Skip to content

Commit 09f7d52

Browse files
committed
daily css target
1 parent 83c7e75 commit 09f7d52

File tree

2 files changed

+43
-0
lines changed

2 files changed

+43
-0
lines changed

09-11-2023/index.html

Lines changed: 43 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,43 @@
1+
<div class="f v">
2+
<div class="f">
3+
<div class="c"></div>
4+
<div class="c"></div>
5+
<div class="c"></div>
6+
</div>
7+
<div class="l"></div>
8+
<div class="s"></div>
9+
</div>
10+
<style>
11+
body {
12+
margin: 0;
13+
background: #D0AF50;
14+
}
15+
.f {
16+
display: flex;
17+
justify-content: center;
18+
gap: 1.25rem;
19+
}
20+
.f.v {
21+
flex-direction: column;
22+
align-items: center;
23+
height: 100vh;
24+
}
25+
.c {
26+
width: 2.5rem;
27+
border-radius: 50%;
28+
}
29+
.s {
30+
height: 5rem;
31+
border-bottom-left-radius: 5rem;
32+
border-bottom-right-radius: 5rem;
33+
}
34+
.c, .l {
35+
height: 2.5rem;
36+
}
37+
.l, .s {
38+
width: 10rem;
39+
}
40+
.c, .l, .s {
41+
background: #8C292A;
42+
}
43+
</style>

09-11-2023/target.png

7.18 KB
Loading

0 commit comments

Comments
 (0)