Skip to content

Commit e091e34

Browse files
committed
daily css target
1 parent 563886a commit e091e34

File tree

2 files changed

+47
-0
lines changed

2 files changed

+47
-0
lines changed

07-12-2023/index.html

Lines changed: 47 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,47 @@
1+
<div class="l xs"></div>
2+
<div class="l s"></div>
3+
<div class="l m"></div>
4+
<div class="l xl"></div>
5+
<div class="r"></div>
6+
<div class="r g"></div>
7+
<style>
8+
body {
9+
margin: 0;
10+
}
11+
div {
12+
margin: 0 auto;
13+
}
14+
.l:first-of-type {
15+
margin-top: 90px;
16+
}
17+
.l {
18+
background: #A6CE39;
19+
height: 30px;
20+
}
21+
.xs {
22+
width: 120px;
23+
}
24+
.s {
25+
width: 180px;
26+
}
27+
.m {
28+
width: 240px;
29+
}
30+
.xl {
31+
width: 300px;
32+
}
33+
.r, body {
34+
background: #2C4228;
35+
}
36+
.r {
37+
position: absolute;
38+
width: 60px;
39+
height: 60px;
40+
top: 90px;
41+
left: 170px;
42+
}
43+
.r.g {
44+
background: #BDFFB1;
45+
top: 150px;
46+
}
47+
</style>

07-12-2023/target.png

3.29 KB
Loading

0 commit comments

Comments
 (0)