Skip to content

Latest commit

 

History

History
51 lines (49 loc) · 939 Bytes

25.Blossom.md

File metadata and controls

51 lines (49 loc) · 939 Bytes

Blossom

<div class="cir com"></div>
<div class="cir-2 com"></div>
<div class="leaf cop"></div>
<div class="leaf-2 cop"></div>
<style>
  body{
    background:#998235;
  }
  .cop{
    width: 80px;
    height: 60px;
    background: #F3AC3C;
    position:absolute;
  }
  .com{
    width: 80px;
    height: 100px;
    background: #1A4341;
    position:absolute;
  }
  .cir {
    border-top-right-radius:50px;
    border-bottom-left-radius:50px;
    left:110px;
    top:60px;
  }
  .cir-2{
    border-top-left-radius:50px;
    border-bottom-right-radius:50px;
    right:110px;
    top:140px;
  }
  .leaf{
     border-top-left-radius:50px;
    border-bottom-right-radius:50px;
    left:210px;
    top:60px;
  }
  .leaf-2{
     border-top-right-radius:50px;
    border-bottom-left-radius:50px;
    left:110px;
    top:180px;
  }
</style>