-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.css
67 lines (59 loc) · 881 Bytes
/
index.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
html{
font-size: 1em;
}
body {
font-family: 'Montserrat', sans-serif;
margin: 0;
padding: 0;
}
h1{
font-size: 3.5rem;
font-weight: 900;
color: #FFFFFF;
line-height: 4.5rem;
}
h2{
font-size: 3rem;
font-weight: 900;
color: #000000;
line-height: 3.875rem;
}
h3{
font-size: 1.5rem;
font-weight: 700;
color: #000000;
line-height: 2.125rem;
}
h4{
font-size: 1.125rem;
font-weight: 700;
color: #000000;
text-align: center;
line-height: 1.625rem;
}
h5{
font-size: 1rem;
font-weight: 700;
color: #000000;
line-height: 1.625rem;
}
p{
font-size: 1rem;
font-weight: 400;
color: #000000;
line-height: 1.625rem;
}
button{
width:12.250rem;
height:3.625rem;
border-radius: 6.250rem;
background-color: #2B63E3;
border: none;
display: inline-block;
font-size: 1.125rem;
font-weight: 700;
color: #FFFFFF;
text-align: center;
line-height: 1.625rem;
cursor:pointer;
}