Skip to content

Commit 563886a

Browse files
committed
daily css target
1 parent 8a84c52 commit 563886a

File tree

2 files changed

+32
-0
lines changed

2 files changed

+32
-0
lines changed

06-12-2023/index.html

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
<div class="l"></div>
2+
<div class="s"></div>
3+
<div class="c"></div>
4+
<style>
5+
body {
6+
margin: 0;
7+
background: #C1A936;
8+
}
9+
div {
10+
position: absolute;
11+
top: 50%;
12+
left: 50%;
13+
transform: translate(-50%, -50%);
14+
background: #fffcdf;
15+
}
16+
.l {
17+
width: 310;
18+
height: 50;
19+
}
20+
.s {
21+
width: 230;
22+
height: 100;
23+
}
24+
.c {
25+
box-sizing: border-box;
26+
width: 150;
27+
height: 150;
28+
border-radius: 50%;
29+
border: 50px solid #FFFCDF;
30+
background: #C1A936;
31+
}
32+
</style>

06-12-2023/target.png

6.78 KB
Loading

0 commit comments

Comments
 (0)