-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmain.css
More file actions
58 lines (52 loc) · 826 Bytes
/
main.css
File metadata and controls
58 lines (52 loc) · 826 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
#card1{
background-color: black;
height : 200px ;
}
#card2{
background-color : rgb(225,239,242);
height : 200px ;
}
#about{
background-color: rgb(241, 241,241);
width : 100%;
margin-bottom: 5%;
}
.centered {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
max-height: 80%;
}
#apply2{
width : 90%;
margin-bottom: 5%;
}
.container {
position: relative;
text-align: center;
color: white;
}
img{
width:100%;
height: auto;
}
#apply_title{
margin-top: 5%;
margin-bottom: 5%;
}
#intro_title{
margin-top: 5%;
margin-bottom: 5%;
}
.about_image{
margin-left: auto;
margin-right: auto;
width: 100%;
margin-top: 5%;
}
#apply_row{
margin-top: 5%;
}
html{
scroll-behavior : smooth ;