-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsingolo1.css
80 lines (65 loc) · 953 Bytes
/
singolo1.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
.wrapper {
margin: 0 auto;
width: 1020px;
}
.header {
height: 89px;
background-color: #2d303a;
display: flex;
justify-content: space-between;
}
.menu {
}
.logo {
display: flex;
}
.header-line {
height: 6px;
background-color: #323746;
}
.logo-head {
padding-left: 20px;
font-size: 25px;
color: #FFF;
font-family: "Lato";
font-weight: 700;
text-align: left;
}
.links {
display: flex;
list-style-type: none;
}
.red {
color: #F00;
line-height: 6px;
}
.slider {
display: flex;
justify-content: space-around;
align-items: center;
height: 600px;
background-color: #f06c64;
}
.slider-line {
height: 15px;
background-color: #ea676b;
}
.icons {
display: flex;
align-items: center;
flex-wrap: wrap;
list-style-type: none;
}
.block {
display: flex;
align-items: center;
flex-wrap: wrap;
width: 30%;
}
.ellipse {
position: absolute;
top: 10px;
}
.image {
position: relative;
}