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 90f244e commit 93ee959Copy full SHA for 93ee959
19-11-2023/index.html
@@ -0,0 +1,29 @@
1
+<div class="x"></div>
2
3
4
+<style>
5
+ body {
6
+ margin: 0;
7
+ background: #791E4D;
8
+ display: flex;
9
+ justify-content: center;
10
+ align-items: center;
11
+ gap: 1.3rem;
12
+ height: 100vh;
13
+ }
14
+ .x {
15
+ position: relative;
16
+ transform: rotate(45deg);
17
18
+ .x, .x:after {
19
+ background: #FFC5DD;
20
+ width: 50px;
21
+ height: 150px;
22
23
+ .x:after {
24
+ content: '';
25
+ position: absolute;
26
+ top: 0;
27
+ transform: rotate(90deg);
28
29
+</style>
19-11-2023/target.png
7.55 KB
0 commit comments