Skip to content

Commit 1e5a43f

Browse files
committed
daily css target
1 parent 5dff96b commit 1e5a43f

File tree

2 files changed

+38
-0
lines changed

2 files changed

+38
-0
lines changed

22-11-2023/index.html

Lines changed: 38 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,38 @@
1+
<div class="c a"></div>
2+
<div class="v a"></div>
3+
<div class="h a"></div>
4+
<div class="s a"></div>
5+
<style>
6+
.c, .s, body {
7+
background: #602054;
8+
}
9+
.c, .s {
10+
border: 1.25rem solid #ECDFEA;
11+
}
12+
.c {
13+
width: 15rem;
14+
height: 8.75rem;
15+
}
16+
.s {
17+
width: 10rem;
18+
height: 3.75rem;
19+
}
20+
.v, .h {
21+
border: 1.25rem solid #602054;
22+
background: #ECDFEA;
23+
}
24+
.v {
25+
width: 1.25rem;
26+
height: 11.25rem;
27+
}
28+
.h {
29+
width: 17.5rem;
30+
height: 1.25rem;
31+
}
32+
.a {
33+
position: absolute;
34+
top: 50%;
35+
left: 50%;
36+
transform: translate(-50%, -50%);
37+
}
38+
</style>

22-11-2023/target.png

3.36 KB
Loading

0 commit comments

Comments
 (0)