Skip to content

Latest commit

 

History

History
23 lines (19 loc) · 396 Bytes

006_missing-slice.md

File metadata and controls

23 lines (19 loc) · 396 Bytes

Battle #1 - Pilot Battle

#6 - Missing Slice

Link to the problem

result

<div></div>
<style>
  body {
    background: #E3516E;
    margin: 50px 100px;
  }
  div {
    border: 100px solid;
    border-radius: 50%;
    border-color: #FADE8B transparent #F7F3D7 #51B5A9;
    transform: rotate(45deg);
  }
</style>