Skip to content

Commit 4e57f90

Browse files
committed
updated daily target
1 parent e9d61c1 commit 4e57f90

File tree

1 file changed

+21
-4
lines changed

1 file changed

+21
-4
lines changed

20-12-2023/index.html

Lines changed: 21 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<div class="p">
2-
<div class="s"></div>
3-
<div class="s"></div>
2+
<div class="s t"></div>
3+
<div class="s b"></div>
44
</div>
55
<style>
66
body {
@@ -13,7 +13,24 @@
1313
.s {
1414
margin: 0 auto 30;
1515
width: 90;
16-
height: 30px;
16+
height: 30;
1717
border: 30px solid #F1F1F2;
18+
position: relative;
1819
}
19-
</style>
20+
.t:before, .t:after, .b:before {
21+
content: '';
22+
position: absolute;
23+
left: -30;
24+
width: 30;
25+
height: 30;
26+
background: #811E1F;
27+
}
28+
.t:after {
29+
top: 60;
30+
background: #F1F1F2;
31+
}
32+
.b:before {
33+
top: -30;
34+
left: 0;
35+
}
36+
</style>

0 commit comments

Comments
 (0)