-
Notifications
You must be signed in to change notification settings - Fork 2
/
style.css
100 lines (87 loc) · 1.28 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
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
body {
background-color: #FFD200;
position: relative;
}
.base {
position: absolute;
top: 288px;
left: 336px;
width: 644px;
height: 374px;
background-color: black;
z-index: 1;
}
.last-esquerda,
.last-direita {
position: absolute;
top: 288px;
width: 374px;
height: 374px;
border-radius: 50%;
background-color: black;
}
.last-esquerda {
left: 168px;
z-index: 2;
}
.last-direita {
left: 792px;
z-index: 3;
}
.base-1,
.base-2,
.base-3,
.base-4 {
position: absolute;
width: 242px;
height: 242px;
border-radius: 50%;
background-color: #FFD200;
}
.base-1 {
top: 555px;
left: 254px;
z-index: 4;
}
.base-2 {
top: 584px;
left: 428px;
z-index: 5;
}
.base-3 {
top: 584px;
left: 658px;
z-index: 6;
}
.base-4 {
top: 555px;
left: 834px;
z-index: 7;
}
.topo-1,
.topo-2 {
position: absolute;
width: 314px;
height: 314px;
background-color: #FFD200;
border-radius: 50%;
top: 89px;
}
.topo-1 {
left: 316px;
z-index: 8;
}
.topo-2 {
left: 698px;
z-index: 9;
}
.superior {
position: absolute;
width: 74px;
height: 74px;
background-color: #FFD200;
border-radius: 50%;
top: 252px;
left: 627px;
z-index: 10;
}