-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.css
More file actions
58 lines (47 loc) · 838 Bytes
/
index.css
File metadata and controls
58 lines (47 loc) · 838 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
body {
background-color: #F4F4F4;
}
#time {
color: #fff;
font-size: 40px;
background-color: #000;
width: 80%;
margin: 0px auto;
font-family: 'Ubuntu';
text-align: center;
text-transform: uppercase;
}
#banner {
color: #070707;
font-size: 50px;
text-align: center;
background-color: #fff352;
padding-right: 0px ;
width: 80%;
margin: 10% auto 0%;
font-family: 'Ubuntu';
text-transform: uppercase;
border-radius: 5px;
}
.container{
background-color: rgb(58, 240, 164);
z-index: -1;
opacity: .8;
padding-bottom: 20px;
padding-top: 20px;
}
footer {
flex-direction: column;
align-items: center;
margin: 3em 0;
}
footer p {
margin: 0;
padding: 0;
height: 1.5em;
font-size: .75em;
color: rgba(5, 4, 4, 0.4);
align-items: center;
text-align: center;
font-weight: bolder;
}