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 83c7e75 commit 09f7d52Copy full SHA for 09f7d52
09-11-2023/index.html
@@ -0,0 +1,43 @@
1
+<div class="f v">
2
+ <div class="f">
3
+ <div class="c"></div>
4
5
6
+ </div>
7
+ <div class="l"></div>
8
+ <div class="s"></div>
9
10
+ <style>
11
+ body {
12
+ margin: 0;
13
+ background: #D0AF50;
14
+ }
15
+ .f {
16
+ display: flex;
17
+ justify-content: center;
18
+ gap: 1.25rem;
19
20
+ .f.v {
21
+ flex-direction: column;
22
+ align-items: center;
23
+ height: 100vh;
24
25
+ .c {
26
+ width: 2.5rem;
27
+ border-radius: 50%;
28
29
+ .s {
30
+ height: 5rem;
31
+ border-bottom-left-radius: 5rem;
32
+ border-bottom-right-radius: 5rem;
33
34
+ .c, .l {
35
+ height: 2.5rem;
36
37
+ .l, .s {
38
+ width: 10rem;
39
40
+ .c, .l, .s {
41
+ background: #8C292A;
42
43
+ </style>
09-11-2023/target.png
7.18 KB
0 commit comments