Target #4 Ups n Downs CSSBattle in 2022 + full sourece code | jishaansingha
<div id="a">
<div id="b">
<div id="c">
<style>
* {
background: #62306D;
}
div {
width: 100px;
height: 100px;
background: #F7EC7D;
position: absolute;
border-radius: 0 0 50px 50px;
}
#a {
top: 50px;
left: 150px;
transform: rotate(180deg);
}
#b {
top: 150px;
left: 50px;
}
#c {
top: 150px;
left: 250px;
Comments
Post a Comment