-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmain.css
More file actions
45 lines (39 loc) · 768 Bytes
/
main.css
File metadata and controls
45 lines (39 loc) · 768 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
body{
height:100%;
width:100%;
padding:0px;
margin:0px;
}
#headtext{
height:100vh;
width:100%;
display: table;
vertical-align: middle;
background-color: rgb(45, 26, 99);
}
#headTitle{
margin-top:10%;
text-align: center;
color: white;
font-size: 800%;
font-family: 'Quicksand', sans-serif;
}
#headSubTitle{
width:100%;
vertical-align: middle;
text-align: center;
color: white;
font-size: 400%;
font-family: 'Amatic SC', cursive;
}
#mainbody{
height:100%;
color: white;
text-align: center;
font-family: 'Quicksand', sans-serif;
background-color: rgb(27, 44, 100);
}
#coretitle{
padding-top: 10%;
opacity:0;
}