Skip to content

Latest commit

 

History

History
22 lines (18 loc) · 327 Bytes

1-simply-square.md

File metadata and controls

22 lines (18 loc) · 327 Bytes

Battle #1 - Pilot Battle

#1 - Simple Square

Link to the problem

result

<p></p>
<style>
    * {
        margin: 0;
        background: #5d3a3a;
    }
    p {
        width: 200px;
        height: 200px;
        background:#b5e0ba;
    }
</style>