We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f9f7269 commit 5dff96bCopy full SHA for 5dff96b
21-11-2023/index.html
@@ -0,0 +1,25 @@
1
+<div class="l"></div>
2
+<div class="l m"></div>
3
+<div class="l m t"></div>
4
5
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
0 commit comments