Skip to content

Commit f48c52f

Browse files
committed
daily css target
1 parent 52db6c7 commit f48c52f

File tree

2 files changed

+44
-0
lines changed

2 files changed

+44
-0
lines changed

12-11-2023/index.html

Lines changed: 44 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,44 @@
1+
<div class="c"></div>
2+
<div class="s t"></div>
3+
<div class="s r"></div>
4+
<div class="s b"></div>
5+
<div class="s l"></div>
6+
<style>
7+
body {
8+
margin: 0;
9+
background: #7B3738;
10+
}
11+
.c {
12+
width: 3.75rem;
13+
height: 3.75rem;
14+
border-radius: 50%;
15+
border: 2.5rem solid #FCAF17;
16+
margin: 5rem auto 0;
17+
}
18+
.s {
19+
width: 2.5rem;
20+
height: 9.7rem;
21+
background: #FCAF17;
22+
position: absolute;
23+
}
24+
.t {
25+
top: 0;
26+
left: 230px;
27+
}
28+
.b {
29+
bottom: 0;
30+
right: 230px;
31+
}
32+
.r {
33+
right: 80px;
34+
top: 100px;
35+
}
36+
.l {
37+
left: 80px;
38+
top: 0px;
39+
}
40+
.r, .l {
41+
height: 12.5rem;
42+
transform: rotate(90deg);
43+
}
44+
</style>

12-11-2023/target.png

6.03 KB
Loading

0 commit comments

Comments
 (0)