Skip to content

Latest commit

 

History

History
24 lines (20 loc) · 379 Bytes

2-carrom.md

File metadata and controls

24 lines (20 loc) · 379 Bytes

Battle #1 - Pilot Battle

#2 - Carrom

Link to the problem

target

<div></div>
<style>
  * {
    background: #62374e;
  }
  div {
    margin: 50px 42px;
    background: #fdc57b;
    color: #fdc57b;
    height: 50;
    width: 50;
    box-shadow: 250px 0, 0 150px, 250px 150px;
  }
</style>