-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathtimeline.css
83 lines (68 loc) · 1.15 KB
/
timeline.css
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
77
78
79
80
81
82
83
@import url('https://fonts.googleapis.com/css2?family=Amatic+SC:wght@400;700&display=swap');
*{
margin: 0;
padding: 0;
box-sizing: border-box;
font-family: 'Amatic SC', cursive;
}
@import url();
* {
box-sizing: border-box;
margin: 0;
padding: o;
}
body {
background: #f3f3f3;
}
nav {
color: #000000;
display: flex;
align-items: center;
justify-content: center;
padding: 20px;
background-color: #ededed;
}
nav a {
color: rgb(98, 98, 98);
margin-right: 20px;
}
nav a:hover {
color: #000000;
}
nav a:active {
color: #000000;
}
main {
align-items: center;
justify-content: center;
text-align: center;
}
p {
font-size: 24px;
margin: 0 400px;
padding-bottom: 30px;
padding-top: 40px;
}
header h1 {
padding-top: 30px;
font-size: 60px;
padding-bottom: 10px;
}
h2 {
font-size: 42px;
font-weight: 600;
padding-top: 70px;
}
img {
width: 40%;
padding-top: 40px;
}
header img {
padding-bottom: 60px;
}
.section {
display: flex;
flex-direction: column;
align-items: center;
flex-direction: column;
}