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 8a84c52 commit 563886aCopy full SHA for 563886a
06-12-2023/index.html
@@ -0,0 +1,32 @@
1
+<div class="l"></div>
2
+<div class="s"></div>
3
+<div class="c"></div>
4
+<style>
5
+ body {
6
+ margin: 0;
7
+ background: #C1A936;
8
+ }
9
+ div {
10
+ position: absolute;
11
+ top: 50%;
12
+ left: 50%;
13
+ transform: translate(-50%, -50%);
14
+ background: #fffcdf;
15
16
+ .l {
17
+ width: 310;
18
+ height: 50;
19
20
+ .s {
21
+ width: 230;
22
+ height: 100;
23
24
+ .c {
25
+ box-sizing: border-box;
26
+ width: 150;
27
+ height: 150;
28
+ border-radius: 50%;
29
+ border: 50px solid #FFFCDF;
30
31
32
+</style>
06-12-2023/target.png
6.78 KB
0 commit comments