-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyle.css
93 lines (77 loc) · 1.31 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
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
92
93
body {
padding: 0;
font-family: "Arial", sans-serif;
font-size: 14px;
line-height: 18px;
color: #000000;
background-size: 60% 35%;
}
h1 {
width: 500px;
font-family: "Georgia", serif;
font-size: 36px;
line-height: 36px;
}
h2 {
padding-bottom: 12px;
border-bottom: 1px solid #cccccc;
}
.site-header {
margin-bottom: 30px;
}
.skills-item {
margin-bottom: 15px;
padding-left: 20px;
border-left: 10px solid #c4c4c4;
color: #999999;
}
.standart {
border-color: #ffc5b3;
color: #666666;
}
/* Добавьте правило ниже */
.vip {
border-color: #ff5a26;
color: #000000;
}
.container {
width: 780px;
margin: 0 auto;
}
.site-header img {
display: block;
margin: 0 auto;
}
.features {
margin-bottom: 30px;
}
.features p {
display: inline-block;
vertical-align: top;
width: 30%;
margin: 0 5px;
text-align: center;
background-repeat: no-repeat;
background-position: center top;
}
.feature-kitten {
padding-top: 60px;
background-image: url("img/bottle.svg");
}
.feature-cat {
padding-top: 60px;
background-image: url("img/cat.svg");
}
.feature-train {
padding-top: 60px;
background-image: url("img/whistle.svg");
}
.skills-list {
padding: 0;
list-style: none;
}
.site-footer {
display: flex;
justify-content: space-between;
color: #999999;
}