File tree Expand file tree Collapse file tree 2 files changed +58
-0
lines changed Expand file tree Collapse file tree 2 files changed +58
-0
lines changed Original file line number Diff line number Diff line change
1
+ < div class ="f v ">
2
+ < div class ="f ">
3
+ < div class ="c "> </ div >
4
+ < div class ="c "> </ div >
5
+ </ div >
6
+ < div class ="f ">
7
+ < div class ="c "> </ div >
8
+ < div class ="c "> </ div >
9
+ < div class ="c "> </ div >
10
+ < div class ="c "> </ div >
11
+ </ div >
12
+ < div class ="f ">
13
+ < div class ="c "> </ div >
14
+ < div class ="c "> </ div >
15
+ < div class ="c "> </ div >
16
+ < div class ="c "> </ div >
17
+ </ div >
18
+ < div class ="f ">
19
+ < div class ="c "> </ div >
20
+ < div class ="c "> </ div >
21
+ </ div >
22
+ </ div >
23
+ < style >
24
+ body {
25
+ margin : 0 ;
26
+ background : # 3A345E ;
27
+ }
28
+ .f {
29
+ display : flex;
30
+ justify-content : center;
31
+ gap : 1.25rem ;
32
+ }
33
+ .f .v {
34
+ flex-direction : column;
35
+ margin-top : 1.85rem ;
36
+ height : 100vh ;
37
+ position : relative;
38
+ }
39
+ .v : before , .v : after {
40
+ content : '' ;
41
+ position : absolute;
42
+ height : 3.9rem ;
43
+ bottom : 0 ;
44
+ left : 37.5% ;
45
+ }
46
+ .v : after {
47
+ height : 7.7rem ;
48
+ left : 52.5% ;
49
+ }
50
+ .v : before , .v : after , .c {
51
+ background : # E0DEF0 ;
52
+ width : 2.5rem ;
53
+ }
54
+ .c {
55
+ height : 2.5rem ;
56
+ border-radius : 50% ;
57
+ }
58
+ </ style >
You can’t perform that action at this time.
0 commit comments