-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathstyle.css
More file actions
73 lines (64 loc) · 1.29 KB
/
style.css
File metadata and controls
73 lines (64 loc) · 1.29 KB
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
* {
font-family: sans-serif;
}
.rectangle {
border: 1px solid rgba(0, 0, 0, 0.295);
background: transparent;
padding: 10px;
border-bottom-right-radius: 40%;
border-bottom-left-radius: 40%;
height: 500px;
margin: 35px 20px 0 20px;
}
.text-image {
padding-bottom: 15px;
}
p {
text-align: center;
padding-bottom: 20px;
}
.image-text {
font-size: 13px;
}
.section-text {
text-align: center;
font-size: 18px;
padding-bottom: 3px;
}
.number {
text-align: center;
letter-spacing: 20px;
font-size: 48px;
}
.text {
margin-top: 33px;
padding-left: 11px;
font-size: 60px;
}
.circle {
border: 1px solid rgba(0, 0, 0, 0.295);
display: inline-block;
background: #fff;
padding: 10px;
border-bottom-right-radius: 50%;
border-bottom-left-radius: 50%;
border-top-right-radius: 50%;
border-top-left-radius: 50%;
height: 150px;
width: 150px;
}
.text2 {
margin-top: 70px;
font-size: 70px;
padding-left: 10px;
}
.circle1 {
margin-top: 10px;
border: 1px solid rgba(0, 0, 0, 0.295);
display: inline-block;
background: #fff;
padding: 30px;
border-radius: 50%;
height: 253px;
width: 253px;
}