-
Notifications
You must be signed in to change notification settings - Fork 0
/
mystylee.css
80 lines (71 loc) · 1.31 KB
/
mystylee.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
75
76
77
78
79
80
.d-flex.text-white.gap-3.text-left {
width: 22%;
justify-content: end;
}
img.a {
width: 100%;
}
.set2 h6.fs-16.text-uppercase.mb-3 {
color: #f46198;
}
.set2 i.fa-solid.fa-person-military-to-person {
font-size: 39px;
}
.counter-box {
display: block;
background: #f6f6f6;
padding: 40px 20px 37px;
text-align: center
}
.counter-box p {
margin: 5px 0 0;
padding: 0;
color: #909090;
font-size: 18px;
font-weight: 500
}
.counter-box i {
font-size: 60px;
margin: 0 0 15px;
color: #d2d2d2
}
.counter {
display: block;
font-size: 32px;
font-weight: 700;
color: #666;
line-height: 28px
}
.counter-box.colored p,
.counter-box.colored i,
.counter-box.colored .counter {
color: #fff
}
.counter1{
display: block;
font-size: 32px;
font-weight: 700;
color: #666;
line-height: 28px;
}
.counter-container1.d-flex {
top: 261px;
position: relative;
right: 51px;
background-color: white;
width: fit-content;
padding: 3px 13px;
gap: 9px;
}
.counter-container2.d-flex {
top: -279px;
position: relative;
right: 51px;
background-color: white;
width: fit-content;
padding: 3px 21px;
gap: 9px;
}
.set3 h6.fs-16.text-uppercase.mb-3.pt-5 {
color: #f04275;
}