-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyle.css
More file actions
49 lines (48 loc) · 848 Bytes
/
Copy pathstyle.css
File metadata and controls
49 lines (48 loc) · 848 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: rgb(65, 101, 28);
}
* {
margin: 0;
padding: 2px;
}
h1 {
text-align: center;
color: rgba(196, 234, 24, 0.775);
font-family: sans-serif;
font-size: 50px;
}
h2 {
text-align: center;
color: rgb(189, 199, 73);
font-size: 35px;
}
p {
font-family: Cambria, Cochin, Georgia, Times, "Times New Roman", serif;
font-size: 20px;
}
ul {
color: rgba(242, 149, 67, 0.947);
font-size: 20px;
}
h3 {
color: rgba(233, 195, 58, 0.944);
}
.social {
text-align: center;
padding: 50px;
background-color: rgba(233, 195, 58, 0.944);
}
footer {
text-align: center;
padding: 20px;
background-color: rgb(65, 101, 28);
color: rgba(196, 234, 24, 0.775);
}
img {
width: 160px;
text-align: center;
}
marquee {
color: rgb(189, 199, 73);
font-size: 26px;
}