Skip to content

Commit 08df35c

Browse files
committed
daily css target
1 parent 2c6f037 commit 08df35c

File tree

2 files changed

+30
-0
lines changed

2 files changed

+30
-0
lines changed

07-11-2023/index.html

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
<div class="t"></div>
2+
<div class="s"></div>
3+
<div class="t r"></div>
4+
<style>
5+
body {
6+
margin: 0;
7+
background: #9B3E41;
8+
height: 100vh;
9+
display: flex;
10+
justify-content: center;
11+
align-items: center;
12+
gap: 1.55rem;
13+
}
14+
.s {
15+
width: 7.5rem;
16+
height: 7.5rem;
17+
background: #FFFEF2;
18+
transform: rotate(45deg);
19+
}
20+
.t {
21+
width: 0;
22+
height: 0;
23+
border-right: 5.3rem solid #FFDC57;
24+
border-top: 5.3rem solid transparent;
25+
border-bottom: 5.3rem solid transparent;
26+
}
27+
.t.r {
28+
transform: scale(-1);
29+
}
30+
</style>

07-11-2023/target.png

6.93 KB
Loading

0 commit comments

Comments
 (0)