Skip to content

Latest commit

 

History

History
44 lines (39 loc) · 963 Bytes

035-ice-cream.md

File metadata and controls

44 lines (39 loc) · 963 Bytes

#35 Ice Cream

GO TO THE PROBLEM

#35 Ice Cream

Solutions

<div class="iceCream"></div>
<div class="stick"></div>
<style>
  body {
    background: #293462;
  }
  div {
    position: absolute;
  }
  .iceCream {
    top: 50px;
    left: 150px;
    width: 100px;
    height: 150px;
    background: #fff1c1;
    border-radius: 50px 50px 20px 20px;
  }
  .stick {
    top: 200px;
    left: 185px;
    width: 30px;
    height: 50px;
    background: linear-gradient(#a64942 10px, #fe5f55 10px);
    border-radius: 0 0 10px 10px;
  }
</style>
<a><a b><style>*{background:#293462}a{position:fixed;top:50;left:150;width:100;height:150;background:#fff1c1;border-radius:50px 50px 20px 20px}[b]{top:200;left:185;width:30;height:50;background:linear-gradient(#a64942 10px,#fe5f55 10px);border-radius:0 0 10px 10px