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 ef22ed9 commit b83b8e0Copy full SHA for b83b8e0
14-11-2023/index.html
@@ -0,0 +1,41 @@
1
+
2
+<div class="p">
3
+ <div class="s w"></div>
4
+ <div class="s y"></div>
5
6
+</div>
7
+<style>
8
+ body {
9
+ background: #C1A936;
10
+ margin: 0;
11
+ }
12
+ .s {
13
+ position: relative;
14
15
+ .s:after {
16
+ content: '';
17
+ position: absolute;
18
19
+ .s, .s:after {
20
+ width: 50px;
21
+ height: 50px;
22
23
+ .w, .w:after {
24
+ background: #FFFCDF;
25
26
+ .w:after {
27
+ top: 0;
28
+ left: 100px;
29
30
+ .y, .y:after {
31
+ background: #FFF56D;
32
+ margin-left: 50px;
33
34
+ .y:after {
35
+ top: 100px;
36
+ right: 0;
37
38
+ .p {
39
+ margin: 50px 125px;
40
41
+</style>
14-11-2023/target.png
3.28 KB
0 commit comments