Skip to content

Commit

Permalink
Merge Pull Request
Browse files Browse the repository at this point in the history
Automatically merged via API
  • Loading branch information
NtemKenyor authored Oct 21, 2024
2 parents 749eb42 + 037b374 commit 02de058
Showing 1 changed file with 143 additions and 0 deletions.
143 changes: 143 additions & 0 deletions modules/shapes/shape_#430_sanketh_kumar.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,143 @@
<div class="Background">
<div class="Header"></div>
<div class="Button1">
<div class="BackButton"></div>
<div class="FrontButton"></div>
</div>
<div class="Button2">
<div class="BackButton"></div>
<div class="FrontButton"></div>
</div>
<div class="Button3">
<div class="BackButton"></div>
<div class="FrontButton"></div>
</div>
<div class="CircleBack"></div>
<div class="CircleFront"></div>
<div class="CircleDotted"></div>
<div class="RectangleBack"></div>
<div class="RectangleFront"></div>
<div class="RectangleDotted"></div>
</div>

<style>
.Background {
width: 1440px;
height: 1024px;
position: relative;
background: #e6e5ff;
}

.Header {
width: 1440px;
height: 396px;
left: 0px;
top: 0px;
position: absolute;
background: #8985ff;
}

.Button1 {
width: 158px;
height: 69px;
left: 662px;
top: 285px;
position: absolute;
}

.BackButton {
width: 149px;
height: 58px;
left: 9px;
top: 11px;
position: absolute;
background: #ff6c6c;
border-radius: 20px;
}

.FrontButton {
width: 149px;
height: 58px;
left: 0px;
top: 0px;
position: absolute;
background: #ff3a3a;
border-radius: 20px;
}

.Button2 {
width: 158px;
height: 69px;
left: 866px;
top: 285px;
position: absolute;
}

.Button3 {
width: 158px;
height: 69px;
left: 1070px;
top: 285px;
position: absolute;
}

.CircleBack {
width: 523px;
height: 523px;
left: 130px;
top: 257px;
position: absolute;
background: #bab7ff;
border-radius: 9999px;
}

.CircleFront {
width: 523px;
height: 523px;
left: 80px;
top: 219px;
position: absolute;
background: #a29ffc;
border-radius: 9999px;
}

.CircleDotted {
width: 497px;
height: 493px;
left: 93px;
top: 234px;
position: absolute;
border-radius: 9999px;
border: 9px rgba(0, 0, 0, 0.28) dotted;
}

.RectangleBack {
width: 556px;
height: 365px;
left: 746px;
top: 488px;
position: absolute;
background: #fdbebe;
border-radius: 20px;
}

.RectangleFront {
width: 556px;
height: 365px;
left: 720px;
top: 471px;
position: absolute;
background: #ffe7e7;
border-radius: 20px;
}

.RectangleDotted {
width: 526px;
height: 331px;
left: 735px;
top: 488px;
position: absolute;
border-radius: 20px;
border: 16px rgba(0, 0, 0, 0.22) dotted;
}
</style>

0 comments on commit 02de058

Please sign in to comment.