-
Notifications
You must be signed in to change notification settings - Fork 0
/
style.css
56 lines (52 loc) · 1.02 KB
/
style.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
*{
background-color: #1B4342;
background-repeat: no-repeat;
}
.container{
width: 100%;
height: 100vh;
display: flex;
justify-content: center;
align-items: center;
}
.circle{
width: 300px;
height: 300px;
background-color: #F4A137;
border-radius: 50%;
}
.c2{
width: 50px;
height: 50px;
border-radius: 50%;
background-color: #8F7731;
position: relative;
top: -50px;
left: -245px;
}
.c3{
width: 35px;
height: 35px;
border-radius: 50%;
background-color: #8F7731;
position: relative;
top: 90px;
left: -220px;
}
.c4{
width: 20px;
height: 20px;
border-radius: 50%;
background-color: #8F7731;
position: relative;
top: -60px;
left: -190px;
}
.text{
font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
color: green;
font-size: 40px;
font-weight: 800;
background: transparent;
margin-left: -380px;
}