-
Notifications
You must be signed in to change notification settings - Fork 1.9k
Expand file tree
/
Copy pathadvantages.css
More file actions
65 lines (54 loc) · 1.28 KB
/
advantages.css
File metadata and controls
65 lines (54 loc) · 1.28 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
img,picture,svg {
max-width: 100%;
display: block;}
:root {
--orange: #FD9222;
--white: #FFFFFF;
--black: #111111;
--dark-violet:#1E1823;
--primary-font: 'Montserrat', sans-serif;
}
.benefits_container {
margin: 0 auto;
max-width: 1200px;
margin-top: 30px;
margin-bottom: 128px; /* Adaugat Anca */
display: flex;
flex-wrap: wrap;
/* justify-content: center; */
background-color: #1E1823;
color: white;
padding: 2em;
}
.element {
width: 30%;
}
.element + .element {
margin-left: 50px;
}
.benefits_icons{
width: 25px;
height: 25px;
margin-bottom: 30px;
border-radius: 100px;
/* padding: 20px 20px;
border-radius: 100px;
border: 1px solid ; */
}
.elements_text h2 {
font-weight: 600;
font-family: var(--primary-font);
font-size: 18px;
line-height: 22px;
color: var(--white);
}
.elements_text p {
font-weight: 400;
font-family: var(--primary-font);
font-size: 10x;
line-height: 17px;
letter-spacing: -2%;
color: var(--white)
rgba(255, 255, 255, 0.7);
margin-top: 1em;
}