-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyle.css
More file actions
51 lines (42 loc) · 674 Bytes
/
style.css
File metadata and controls
51 lines (42 loc) · 674 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
50
51
body {
font-family: 'Abel', sans-serif;
color: #241f21;
width: 80%;
margin: auto;
}
header {
text-align: center;
background-color: #ce0033;
}
header h1 {
color: #eff0f2;
}
main {
width: 80%;
margin: auto;
}
nav>ul {
display: flex;
flex-direction: row;
justify-content: center;
align-items: center;
}
nav>ul>li {
list-style-type: none;
padding: 0 15px;
}
tr {
text-align: center;
}
.box {
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
}
.top {
display: flex;
flex-direction: row;
justify-content: space-around;
align-items: center;
}