Back to battles
#35
Ice Cream
<div id="top"></div>
<div id="bottom"></div>
<style>
body {
background: #293462;
display: grid;
place-content: center;
place-items: center;
}
#top {
width: 100px;
height: 150px;
background: #fff1c1;
border-radius: 50px 50px 20px 20px;
}
#bottom {
height: 50px;
width: 30px;
background: linear-gradient(#a64942 10px, #fe5f55 10px);
border-radius: 0 0 10px 10px;
}
</style>07
Backface
9/9