-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyle.css
52 lines (52 loc) · 1.02 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
h1 {
width: 255px;
margin: 0 auto 8px;
font-family: "Georgia", serif;
text-align: center;
font-weight: normal;
font-size: 56px;
line-height: 64px;
}
h2 {
border-bottom: 2px solid #cccccc;
padding-bottom: 12px;
}
.site-header {
min-width: 550px;
height: 256px;
margin-bottom: 70px;
padding-top: 30px;
background: #f46b6b no-repeat center url("img/telegram-bg.png");
background-size: cover;
color: #ffffff;
}
.site-header p {
width: 150px;
margin: 0 auto 26px;
text-align: center;
font-size: 16px;
line-height: 24px;
}
.container {
width: 510px;
margin: 0 auto;
padding: 0 20px;
}
.features {
width: 510px;
margin: 0 auto 30px;
padding: 0 20px;
}
.features p {
display: inline-block;
vertical-align: top;
width: 50%;
margin: 0 5px;
background-repeat: no-repeat;
background-position: center top;
text-align: center;
}
.features-interacteble {
padding-top: 64px;
background-image: url("img/user.svg");
}