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 5dff96b commit 1e5a43fCopy full SHA for 1e5a43f
22-11-2023/index.html
@@ -0,0 +1,38 @@
1
+<div class="c a"></div>
2
+<div class="v a"></div>
3
+<div class="h a"></div>
4
+<div class="s a"></div>
5
+<style>
6
+ .c, .s, body {
7
+ background: #602054;
8
+ }
9
+ .c, .s {
10
+ border: 1.25rem solid #ECDFEA;
11
12
+ .c {
13
+ width: 15rem;
14
+ height: 8.75rem;
15
16
+ .s {
17
+ width: 10rem;
18
+ height: 3.75rem;
19
20
+ .v, .h {
21
+ border: 1.25rem solid #602054;
22
+ background: #ECDFEA;
23
24
+ .v {
25
+ width: 1.25rem;
26
+ height: 11.25rem;
27
28
+ .h {
29
+ width: 17.5rem;
30
+ height: 1.25rem;
31
32
+ .a {
33
+ position: absolute;
34
+ top: 50%;
35
+ left: 50%;
36
+ transform: translate(-50%, -50%);
37
38
+</style>
22-11-2023/target.png
3.36 KB
0 commit comments