Skip to content

Commit 38f7fc1

Browse files
committed
daily css target
1 parent 00495b9 commit 38f7fc1

File tree

2 files changed

+22
-0
lines changed

2 files changed

+22
-0
lines changed

26-11-2023/index.html

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
<div class="l"></div>
2+
<div class="l m"></div>
3+
<style>
4+
body {
5+
background: #F58220;
6+
display: flex;
7+
justify-content: center;
8+
align-items: center;
9+
gap: 3.75rem;
10+
margin: 0;
11+
height: 100vh;
12+
}
13+
.l {
14+
width: 3.75rem;
15+
height: 10rem;
16+
background: #fff;
17+
transform: skewX(-20.5deg);
18+
}
19+
.l.m {
20+
transform: skewX(20.5deg)
21+
}
22+
</style>

26-11-2023/target.png

7.33 KB
Loading

0 commit comments

Comments
 (0)