Skip to content

Commit 8ae8cd6

Browse files
committed
daily css target
1 parent 38f7fc1 commit 8ae8cd6

File tree

2 files changed

+23
-0
lines changed

2 files changed

+23
-0
lines changed

27-11-2023/index.html

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
<div class="c t"></div>
2+
<div class="c b"></div>
3+
<style>
4+
body, .c {
5+
background: #DCD68D;
6+
}
7+
.t {
8+
margin: 45px auto;
9+
width: 90px;
10+
height: 30px;
11+
border-radius: 90px 90px 0 0;
12+
}
13+
.b {
14+
margin: -75px auto;
15+
transform: rotate(180deg);
16+
width: 210px;
17+
height: 90px;
18+
border-radius: 210px 210px 0 0;
19+
}
20+
.c {
21+
border: 30px solid #524354;
22+
}
23+
</style>

27-11-2023/target.png

11.6 KB
Loading

0 commit comments

Comments
 (0)