-
Notifications
You must be signed in to change notification settings - Fork 0
/
profil.css
74 lines (61 loc) · 1.07 KB
/
profil.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
/*---------------------
Hero section
-----------------------*/
.hero-section {
background: #f2f7f8;
}
.hero-text {
margin-bottom: 1em;
padding-top: 3em;
}
.hero-info p {
font-size: 2em;
font-family: 'Josefin Sans', sans-serif;
color: #808181;
line-height: 1.3;
}
.hero-text h2 {
font-size: 4em;
color: #40424a;
line-height: normal;
margin-bottom: 0.2em;
font-family: 'Josefin Sans', sans-serif;
}
.hero-image {
padding-top: 3em;
}
.hero-image img{
width: 100%;
height: auto;
}
.hero-info ul {
list-style: none;
font-family: 'Josefin Sans', sans-serif;
}
.hero-info ul li {
font-size: 1em;
color: #808181;
font-family: 'Josefin Sans', sans-serif;
margin-bottom: 1.3em;
}
.hero-info ul li span {
color: #40424a;
display: inline-block;
min-width: 10em;
}
.hero-info ul li:last-child {
margin-bottom: 0;
}
.hero-barcode ul {
list-style: none;
font-family: 'Josefin Sans', sans-serif;
}
.hero-barcode ul li {
font-size: 1em;
color: #40424a;
font-family: 'Josefin Sans', sans-serif;
margin-bottom: 1.3em;
}
.hero-barcode ul li span {
margin-bottom: 1em;
}