-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.css
91 lines (77 loc) · 1.26 KB
/
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
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
.wrapper {
width: 100%;
height: 100%;
}
/* header */
.header__logo {
width: 34px;
height:72px;
color: #0b1b52;
object-fit: contain;
margin-left: 49px;
font-family: Impact;
}
.header__content {
margin: 0 auto;
width: 549px;
}
.content__image {
width: 547px;
height: 547px;
object-fit: contain;
}
.content__title {
width: 325px;
height: 48px;
font-family: Impact;
font-size: 40px;
color: #0b1b52;
text-transform: uppercase;
margin: 38px auto;
}
/* main-content */
.main {
width: 82%;
height: 603px;
margin: 60px auto;
}
.list {
list-style-type: none;
width: 521px;
}
.list__image {
object-fit: contain;
vertical-align: middle;
width: 40px;
height: 40px;
margin-right: 24px;
}
.list__item {
width: 520px;
height: 40px;
margin-bottom: 27px;
font-family: 'Roboto', sans-serif;
font-size: 22px;
font-stretch: condensed;
color: #0b1b52;
}
.list__item--line-through {
text-decoration: line-through;
}
/* footer */
.footer__title {
width: 224px;
height: 21px;
font-family: 'Roboto', sans-serif;
font-size: 16px;
font-stretch: condensed;
color: #0b1b52;
margin: 0 auto;
}
.footer__image {
width: 18px;
height: 16px;
object-fit: contain;
vertical-align: text-top;
margin: 0 1px 0 1px;
}