We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent be0b3cc commit 7d6fb83Copy full SHA for 7d6fb83
#46 - Mountains.html
@@ -0,0 +1,39 @@
1
+<div>
2
+ <span></span>
3
4
+</div>
5
+
6
+<style>
7
+ *{
8
+ margin:0;
9
+ background: #293462;
10
+ }
11
+ div {
12
+ position:relative;
13
+ left:100;
14
+ top:50;
15
+ width: 200px;
16
+ height: 200px;
17
+ background: #FFF1C1;
18
+ border-radius:50%;
19
+ overflow:hidden;
20
21
+ div>span:nth-child(1){
22
+ width:200;
23
+ height:200;
24
+ position:absolute;
25
+ background:#FE5F55;
26
+ top:100;
27
+ left:41;
28
+ transform:rotate(45deg);
29
30
+ div>span:nth-child(2){
31
+ width:50;
32
+ height:50;
33
34
35
+ top:139;
36
+ left:5;
37
38
39
+</style>
0 commit comments