Skip to content

Latest commit

 

History

History
25 lines (21 loc) · 496 Bytes

6-missing-slice.md

File metadata and controls

25 lines (21 loc) · 496 Bytes

Battle #1 - Pilot Battle

#6 - Missing SLice

Link to the problem

result

<div class="circle"></div>
<style>
  body {
    background: #E3516E;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .circle {
    background: conic-gradient(#FADE8B 90deg, #E3516E 90deg 180deg, #F7F3D7 180deg 270deg, #51B5A9 270deg);
    width: 200px;
    height: 200px;
    border-radius: 50%;
  }
</style>