-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyle.css
More file actions
49 lines (40 loc) · 719 Bytes
/
style.css
File metadata and controls
49 lines (40 loc) · 719 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
body{
background-color: whitesmoke;
font-family: 'Rokkitt', serif;
color: white;
}
h1{
margin-top: 20px;
font-size: 6em;
text-align: center;
margin-bottom: 20px;
}
h2{
color: black;
font-size: 3em;
text-align: center;
margin-bottom: 40px;
margin-top: 10px;
}
p{
font-size: 2em;
line-height: 1.5em;
text-align: left;
color: white;
margin-bottom: 1em;
}
.copyright{
font-size: 1em;
color: black;
text-align: left;
}
.box-left{
width: 700px;
margin: 25px 0px 50px 100px;
background-color: rgba(64, 64, 64, 0.66);
padding: 40px;
}
a {
text-decoration: none;
color: maroon;
}