Skip to content

Commit 6161217

Browse files
committed
daily css target
1 parent 1d0705b commit 6161217

File tree

2 files changed

+24
-0
lines changed

2 files changed

+24
-0
lines changed

16-12-2023/index.html

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
<div class="c"></div>
2+
<div class="c s"></div>
3+
<style>
4+
body {
5+
margin: 0;
6+
background: #F58220;
7+
}
8+
.c {
9+
margin: 90 auto;
10+
width: 240;
11+
height: 120;
12+
border-bottom-right-radius: 120px;
13+
border-bottom-left-radius: 120px;
14+
background: #5E0000;
15+
}
16+
.c.s {
17+
margin: -210 auto;
18+
width: 100;
19+
height: 50;
20+
border-bottom-right-radius: 50px;
21+
border-bottom-left-radius: 50px;
22+
background: #BA131A;
23+
}
24+
</style>

16-12-2023/target.png

7.55 KB
Loading

0 commit comments

Comments
 (0)