Skip to content

Commit 93ee959

Browse files
committed
daily css target
1 parent 90f244e commit 93ee959

File tree

2 files changed

+29
-0
lines changed

2 files changed

+29
-0
lines changed

19-11-2023/index.html

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
<div class="x"></div>
2+
<div class="x"></div>
3+
<div class="x"></div>
4+
<style>
5+
body {
6+
margin: 0;
7+
background: #791E4D;
8+
display: flex;
9+
justify-content: center;
10+
align-items: center;
11+
gap: 1.3rem;
12+
height: 100vh;
13+
}
14+
.x {
15+
position: relative;
16+
transform: rotate(45deg);
17+
}
18+
.x, .x:after {
19+
background: #FFC5DD;
20+
width: 50px;
21+
height: 150px;
22+
}
23+
.x:after {
24+
content: '';
25+
position: absolute;
26+
top: 0;
27+
transform: rotate(90deg);
28+
}
29+
</style>

19-11-2023/target.png

7.55 KB
Loading

0 commit comments

Comments
 (0)