We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b2ad569 commit 88d995dCopy full SHA for 88d995d
19-12-2023/index.html
@@ -0,0 +1,31 @@
1
+<div class="f">
2
+ <div class="l"></div>
3
4
5
+ </div>
6
+ <div class="f h">
7
8
9
10
11
+ <style>
12
+ body {
13
+ margin: 0;
14
+ background: #006645;
15
+ }
16
+ .f {
17
+ display: flex;
18
+ justify-content: center;
19
+ gap: 30px;
20
21
+ .h {
22
+ margin-top: -160vh;
23
+ transform: rotate(90deg);
24
25
+ .l {
26
+ height: 140vh;
27
+ width: 30px;
28
+ background: #DDE89A;
29
30
+ </style>
31
+
19-12-2023/target.png
3.3 KB
0 commit comments