-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyle_mom.css
More file actions
41 lines (41 loc) · 728 Bytes
/
style_mom.css
File metadata and controls
41 lines (41 loc) · 728 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
header {
padding: 3ch;
background-color: #38003c;
color: antiquewhite;
}
body {
background-color: #00ff85;
text-align: center;
}
footer {
padding: 3ch;
display: flex;
flex-direction: column;
text-align:left;
background-color: #38003c;
color: antiquewhite;
}
a {
color: #e90052;
}
#arsenal, #liverpool, #city, #united, #newcastle {
font-family: sans-serif, courier;
background-color:#38003c;
color: antiquewhite;
display: inline-block;
}
#comment {
height: 200px;
text-align:center;
font-size: large;
font-weight: bold;
padding-top: 2%;
align-items: center;
}
#cbox {
font-size: large;
padding: 2%;
}
#button {
font-size: 16px;
}