_about-us.css
964 Bytes
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
.about-us {
width: 100%;
height: 100%;
background: #fff;
.description {
position: fixed;
top: 404px;
width: 425px;
height: 75px;
left: 0;
right: 0;
margin-left: auto;
margin-right: auto;
p {
font-size: 28px;
margin-top: 10px;
}
}
.icon-container {
position: fixed;
top: 550px;
left: 0;
right: 0;
margin-left: auto;
margin-right: auto;
}
.blk-icon {
display: block;
font-size: 180px;
width: 180px;
height: 180px;
left: 0;
right: 0;
margin-left: auto;
margin-right: auto;
}
.icon-label {
margin-top: 10px;
font-size: 30px;
left: 0;
right: 0;
margin-left: auto;
margin-right: auto;
}
p {
text-align: center;
font-size: 24px;
}
}