Skip to content

Latest commit

 

History

History
23 lines (19 loc) · 431 Bytes

6-missing-slice.md

File metadata and controls

23 lines (19 loc) · 431 Bytes

Battle #1 - Pilot Battle

#6 - Missing Slice

Link to the problem

result

<p></p>
  <style>
    body {
      display:grid;
      place-items:center;
      background:#E3516E;
    }
    p {
      width:200px;
      height:200px;
      background:conic-gradient(#FADE8B 0% 25%,#E3516E 25% 50%,#F7F3D7 50% 75%,#51B5A9 75%);
      border-radius:50%;
    }