Skip to content

Commit 5dff96b

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

File tree

2 files changed

+25
-0
lines changed

2 files changed

+25
-0
lines changed

21-11-2023/index.html

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
<div class="l"></div>
2+
<div class="l m"></div>
3+
<div class="l m t"></div>
4+
<div class="l m"></div>
5+
<div class="l"></div>
6+
<style>
7+
body {
8+
margin: 0;
9+
background: #000;
10+
}
11+
.l {
12+
background: #fff;
13+
width: 100%;
14+
height: 40px;
15+
}
16+
.m {
17+
width: calc(100% - 40px);
18+
margin: 20px;
19+
}
20+
.l.m.t {
21+
height: 60px;
22+
width: calc(100% - 80px);
23+
margin: auto;
24+
}
25+
</style>

21-11-2023/target.png

3.24 KB
Loading

0 commit comments

Comments
 (0)