Skip to content

Commit efca1ea

Browse files
committed
daily css target
1 parent 1e5a43f commit efca1ea

File tree

2 files changed

+22
-0
lines changed

2 files changed

+22
-0
lines changed

24-11-2023/index.html

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
<div class="l"></div>
2+
<div class="l"></div>
3+
<div class="l"></div>
4+
<div class="l"></div>
5+
<style>
6+
body {
7+
margin: 0;
8+
background: #E0DA8E;
9+
height: 100vh;
10+
display: flex;
11+
justify-content: center;
12+
align-items: center;
13+
margin-right: 30.2px;
14+
}
15+
.l {
16+
width: 30.5px;
17+
height: 60px;
18+
background: #E0DA8E;
19+
border: 30px solid #898329;
20+
margin-right: -30.4px;
21+
}
22+
</style>

24-11-2023/target.png

3.26 KB
Loading

0 commit comments

Comments
 (0)