-
Notifications
You must be signed in to change notification settings - Fork 1
/
second.css
71 lines (59 loc) · 925 Bytes
/
second.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
.hero-section {
margin-bottom: 100px;
}
.hero-title {
padding-top: 70px;
font-size: 80px;
text-align: center;
}
.hero-text {
text-align: center;
line-height: 40px;
margin-bottom: 55px;
}
.seni a {
font-size: 45px;
}
.seni span {
width: 47px;
top: 1px;
height: 50px;
}
.round-text h2 {
font-size: 50px;
}
.round-text p {
width: 550px;
}
.logotip-wrapper {
margin-top: 50px;
text-align: center;
}
.logotip-wrapper img:first-child {
margin-bottom: 40px;
}
.material-content {
text-align: center;
}
.avto-section {
display: flex;
align-items: center;
justify-content: center;
flex-direction: column;
}
table {
border-collapse: collapse;
text-align: center;
margin-bottom: 100px;
}
.avto-table__head th,
td {
border-top: solid 2px #888;
border-bottom: solid 2px #888;
padding: 25px 65px;
text-transform: uppercase;
font-weight: 300;
}
.avto-table__body td:first-child {
color: crimson;
}