Skip to content

Commit 0bd6a76

Browse files
committed
daily css target
1 parent c4ea33d commit 0bd6a76

File tree

2 files changed

+28
-0
lines changed

2 files changed

+28
-0
lines changed

29-11-2023/index.html

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
<div class="c"></div>
2+
<style>
3+
body {
4+
margin: 0;
5+
background: #004416;
6+
}
7+
.c {
8+
margin: 2.2rem auto;
9+
width: 10.6rem;
10+
height: 10.6rem;
11+
position: relative;
12+
background-color: #004416;
13+
border: 1.9rem solid #8FCEA5;
14+
border-radius: 50%;
15+
}
16+
.c:after {
17+
content: '';
18+
width: 6.75rem;
19+
height: 6.75rem;
20+
background: #004416;
21+
position: absolute;
22+
top: -3rem;
23+
left: 1rem;
24+
transform: rotate(45deg);
25+
border-right: 1.9rem solid #8FCEA5;
26+
border-bottom: 1.9rem solid #8FCEA5;
27+
}
28+
</style>

29-11-2023/target.png

12.3 KB
Loading

0 commit comments

Comments
 (0)