Skip to content

Commit b83b8e0

Browse files
committed
daily css target
1 parent ef22ed9 commit b83b8e0

File tree

2 files changed

+41
-0
lines changed

2 files changed

+41
-0
lines changed

14-11-2023/index.html

Lines changed: 41 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,41 @@
1+
2+
<div class="p">
3+
<div class="s w"></div>
4+
<div class="s y"></div>
5+
<div class="s w"></div>
6+
</div>
7+
<style>
8+
body {
9+
background: #C1A936;
10+
margin: 0;
11+
}
12+
.s {
13+
position: relative;
14+
}
15+
.s:after {
16+
content: '';
17+
position: absolute;
18+
}
19+
.s, .s:after {
20+
width: 50px;
21+
height: 50px;
22+
}
23+
.w, .w:after {
24+
background: #FFFCDF;
25+
}
26+
.w:after {
27+
top: 0;
28+
left: 100px;
29+
}
30+
.y, .y:after {
31+
background: #FFF56D;
32+
margin-left: 50px;
33+
}
34+
.y:after {
35+
top: 100px;
36+
right: 0;
37+
}
38+
.p {
39+
margin: 50px 125px;
40+
}
41+
</style>

14-11-2023/target.png

3.28 KB
Loading

0 commit comments

Comments
 (0)