Skip to content

Commit c4ea33d

Browse files
committed
daily css target
1 parent 8ae8cd6 commit c4ea33d

File tree

2 files changed

+36
-0
lines changed

2 files changed

+36
-0
lines changed

28-11-2023/index.html

Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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+
<div class="l s"></div>
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
Loading

0 commit comments

Comments
 (0)