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 8ae8cd6 commit c4ea33dCopy full SHA for c4ea33d
28-11-2023/index.html
@@ -0,0 +1,36 @@
1
+<div class="l"></div>
2
+<div class="l s"></div>
3
+<div class="l r"></div>
4
+<div class="l b"></div>
5
6
+<style>
7
+ body {
8
+ margin: 0;
9
+ background: #6B2222;
10
+ }
11
+ .l {
12
+ background: #F1F2F2;
13
+ position: absolute;
14
+ left: 50%;
15
+ transform: translate(-50%, 0);
16
+ width: 50px;
17
+ height: 130px;
18
19
+ .l.s {
20
+ height: 100px;
21
+ top: 80px;
22
+ left: 114.5px;
23
24
+ .s:last-of-type {
25
+ left: 284.5px;
26
27
+ .l.b {
28
+ width: 100px;
29
+ bottom: 0;
30
31
+ .r {
32
+ transform: rotate(90deg);
33
+ top: 90px;
34
+ left: 170px;
35
36
+</style>
28-11-2023/target.png
3.26 KB
0 commit comments