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 38f7fc1 commit 8ae8cd6Copy full SHA for 8ae8cd6
27-11-2023/index.html
@@ -0,0 +1,23 @@
1
+<div class="c t"></div>
2
+<div class="c b"></div>
3
+<style>
4
+ body, .c {
5
+ background: #DCD68D;
6
+ }
7
+ .t {
8
+ margin: 45px auto;
9
+ width: 90px;
10
+ height: 30px;
11
+ border-radius: 90px 90px 0 0;
12
13
+ .b {
14
+ margin: -75px auto;
15
+ transform: rotate(180deg);
16
+ width: 210px;
17
+ height: 90px;
18
+ border-radius: 210px 210px 0 0;
19
20
+ .c {
21
+ border: 30px solid #524354;
22
23
+</style>
27-11-2023/target.png
11.6 KB
0 commit comments