File tree Expand file tree Collapse file tree 2 files changed +46
-0
lines changed Expand file tree Collapse file tree 2 files changed +46
-0
lines changed Original file line number Diff line number Diff line change
1
+ < div class ="f v ">
2
+ < div class ="f r ">
3
+ < div class ="h "> </ div >
4
+ < div class ="h "> </ div >
5
+ </ div >
6
+ < div class ="f ">
7
+ < div class ="h "> </ div >
8
+ < div class ="h "> </ div >
9
+ </ div >
10
+ </ div >
11
+ < style >
12
+ body {
13
+ margin : 0 ;
14
+ background : # 004416 ;
15
+ }
16
+ .h {
17
+ width : 0 ;
18
+ height : 0 ;
19
+ border-bottom : 1.5rem solid # 82CA9C ;
20
+ border-right : 3rem solid transparent;
21
+ border-left : 3rem solid transparent;
22
+ position : relative;
23
+ }
24
+ .h : after {
25
+ position : absolute;
26
+ content : '' ;
27
+ width : 5rem ;
28
+ height : 3rem ;
29
+ background : # 82CA9C ;
30
+ top : 1rem ;
31
+ left : -2rem ;
32
+ }
33
+ .f {
34
+ display : flex;
35
+ justify-content : center;
36
+ }
37
+ .f .r {
38
+ transform : rotate (180deg );
39
+ }
40
+ .f .v {
41
+ flex-direction : column;
42
+ gap : 3.6rem ;
43
+ align-items : center;
44
+ height : 100vh ;
45
+ }
46
+ </ style >
You can’t perform that action at this time.
0 commit comments