blob: 5d6052461ecac8e3b0f741411b99acf403cbbd8f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
body {
font-family: Arial, sans-serif;
font-size: medium;
color: thistle;
background-color: #373b41;
}
h1 {
color: HotPink;
text-align: center;
}
#box-one {
background-color: thistle;
color: black;
opacity: 0.5;
}
|