-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyle.css
More file actions
76 lines (64 loc) · 1.05 KB
/
Copy pathstyle.css
File metadata and controls
76 lines (64 loc) · 1.05 KB
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
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
html, body {
margin: 0;
padding: 0;
}
a {
text-decoration: none;
}
h1 {
text-align: ;
font-size: 36px;
font-family: "Georgia";
}
h2 {
text-align: center;
font-family: "Georgia";
}
#navbar {
padding: 18px 0;
font-size: 12px;
background-color: #9FAD94;
}
.grid {
display: grid;
grid-template-columns: 400px 400px;
grid-auto-rows: 200px;
grid-gap: 10px;
justify-content: center;
}
a {
font-size: 22px;
color: #E5DFD5; //HEX
}
b {
font-size: 40px;
color: #E5DFD5; //HEX
font-family:"Georgia";
}
#navbar > ul {
display: flex;
justify-content: space-evenly;
margin: 0 auto;
padding: 0;
list-style-type: none;
}
p {
text-align: center;
padding: 20px 0;
font-size: 18px;
padding-left: 3rem;
padding-right: 3rem;
font-family: "Georgia";
}
img {
text-align: center;
}
footer {
padding: 12px 0;
font-size: 10px;
background-color: #9FAD94;
text-align: left;
padding-left: 3rem;
padding-right: 3rem;
font-family: "Georgia";
}