-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmodule.css
55 lines (48 loc) · 876 Bytes
/
module.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
/* Author:Himanshu Jain
Website: https://www.Code47.life
Licence: GPL3 */
.section-small {
margin-top: 40px;
}
.section-title {
margin: 20px 0 15px 15px;
}
.section-title span {
color: #4285f4;
}
.counter-main h3 {
font-size: 26px;
font-weight: bold;
}
.counter-main {
padding: 25px;
text-align: center;
}
.counter {
background-color: #ffffff;
padding: 20px 0;
border-radius: 5px;
}
.count-title {
font-size: 40px;
font-weight: normal;
margin-top: 10px;
margin-bottom: 0;
text-align: center;
}
.count-text {
font-size: 13px;
font-weight: normal;
margin-top: 10px;
margin-bottom: 0;
text-align: center;
}
.counter-icon {
margin: 0 auto;
float: none;
display: table;
}
.counter-icon img {
width: 55px;
height: 55px;
}