-
Notifications
You must be signed in to change notification settings - Fork 1
/
style.css
63 lines (56 loc) · 1.15 KB
/
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
61
62
63
body{
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
margin: 0;
padding: 0;
}
img{
width: 100%;
}
h1, h2{
font-family: 'Old Standard TT', serif;
margin-top: 80px;
}
.section-one{
max-width: 60%;
margin: 100px auto 0;
font-family: 'Montserrat', sans-serif;
line-height: 25px;
font-size: 18px;
text-align: justify;
font-weight: 800;
}
.section-two{
max-width: 60%;
margin: 0 auto;
font-family: 'Montserrat', sans-serif;
line-height: 25px;
font-size: 18px;
text-align: justify;
font-weight: 800;
}
.section-three{
max-width: 60%;
margin: 100px auto 0;
font-family: 'Montserrat', sans-serif;
line-height: 25px;
font-size: 18px;
text-align: justify;
font-weight: 800;
}
.li-state-button{
text-decoration: none;
min-height: 20px;
min-width: 15px;
padding: 8px;
background-color: red;
display: inline-block;
margin: 100px 0 300px;
text-align: center;
border-radius: 15px;
margin-left: 20%;
color: white;
font-weight: 700;
}
.li-state-button:hover{
background-color: rgb(253, 63, 63);
}