-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsingolo1.css
More file actions
105 lines (105 loc) · 1.75 KB
/
Copy pathsingolo1.css
File metadata and controls
105 lines (105 loc) · 1.75 KB
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
94
95
96
97
98
99
100
101
102
103
104
105
*{
font-family: 'Lato', sans-serif;
margin: 0;
padding: 0;
}
.container{
width: 940px;
margin: 0 auto;
}
.flex{
display: flex;
align-items: center;
justify-content: space-between;
}
header{
height: 90px;
background-color: #2d303a;
text-transform: uppercase;
color: #fff;
border-bottom: 5px solid #323746;
display: flex;
}
h1{
font-size: 25px;
display: inline-block;
}
.logo__star{
color: #e36861;
}
.header__navigation{
margin-top: 12px;
}
.header__navigation a{
text-decoration: none;
color: #fff;
margin-left: 30px;
font-size: 12px;
font-weight: bold;
}
.header__navigation a:hover{
color: #f06c64;
cursor: pointer;
}
.header__link{
display: inline-block;
}
.slider{
height: 600px;
background-color: #f06c64;
display: flex;
justify-content: space-between;
align-items: center;
padding-top: 5px;
border-bottom: 6px solid #ea676b;
}
.arrow-left{
transform: rotate(180deg);
}
.services{
color: #767e9e;
height: 500px;
}
.services__title{
padding-bottom: 32px;
padding-top: 68px;
font-size: 30px;
font-weight: black;
}
.services__paragraph{
line-height: 30px;
font-size: 18px;
font-weight: 300;
}
.services__header{
margin-bottom: 56px;
}
.layout-3-column{
display: flex;
}
.services__item{
display: flex;
width: 300px;
margin: 0 20px 45px 0;
}
.wrap{
margin-right: 20px;
}
.services__image{
width: 60px;
height: 60px;
border: solid #767e9e 3px;
border-radius: 50%;
display: flex;
align-items: center;
justify-content: center;
}
h3{
font-size: 18px;
margin-bottom: 15px;
line-height: 18px;
}
.services__content p{
line-height: 22px;
font-size: 12px;
}