-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyle.css
60 lines (52 loc) · 857 Bytes
/
style.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
body{
padding: 30px;
width: 90%;
margin-left: auto;
margin-right: auto;
}
.box{
background-color: #eeeeee;
border-radius: 1%;
}
h1{
padding: 0px;
margin-bottom: 0px;
display: flex;
align-items: center;
justify-content: center;
font-family: 'Inconsolata';
}
.slogan{
padding: 0px;
margin: 0px;
text-align: center;
margin-bottom: 30px;
margin-top: 10px;
}
img{
display: block;
width: 50%;
height: auto;
/* align-items: center; */
margin-left: auto;
margin-right: auto;
border: 5px solid;
border-color: rgb(213, 212, 209);
border-radius: 5px;
}
div{
background-color: #eeeeee;
}
.intro{
text-align: center;
padding: 0px;
margin: 50px;
}
.timeline{
padding: 0px;
margin: 50px;
}
.points{
padding: 0px;
margin: 60px;
}