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 c4ea33d commit 0bd6a76Copy full SHA for 0bd6a76
29-11-2023/index.html
@@ -0,0 +1,28 @@
1
+<div class="c"></div>
2
+<style>
3
+ body {
4
+ margin: 0;
5
+ background: #004416;
6
+ }
7
+ .c {
8
+ margin: 2.2rem auto;
9
+ width: 10.6rem;
10
+ height: 10.6rem;
11
+ position: relative;
12
+ background-color: #004416;
13
+ border: 1.9rem solid #8FCEA5;
14
+ border-radius: 50%;
15
16
+ .c:after {
17
+ content: '';
18
+ width: 6.75rem;
19
+ height: 6.75rem;
20
21
+ position: absolute;
22
+ top: -3rem;
23
+ left: 1rem;
24
+ transform: rotate(45deg);
25
+ border-right: 1.9rem solid #8FCEA5;
26
+ border-bottom: 1.9rem solid #8FCEA5;
27
28
+</style>
29-11-2023/target.png
12.3 KB
0 commit comments