Skip to content

Commit 7d6fb83

Browse files
authoredJul 27, 2021
Create #46 - Mountains.html
1 parent be0b3cc commit 7d6fb83

File tree

1 file changed

+39
-0
lines changed

1 file changed

+39
-0
lines changed
 

‎#46 - Mountains.html

+39
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,39 @@
1+
<div>
2+
<span></span>
3+
<span></span>
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+
position:absolute;
34+
background:#FE5F55;
35+
top:139;
36+
left:5;
37+
transform:rotate(45deg);
38+
}
39+
</style>

0 commit comments

Comments
 (0)