Skip to content

Latest commit

 

History

History
23 lines (19 loc) · 369 Bytes

13-totally-triangle.md

File metadata and controls

23 lines (19 loc) · 369 Bytes

Battle #2 - Visibility

#13 - Totally Triangle

Link to the problem

result

<div></div>
<style>
  body {
    background: #0B2429;
    margin: 0;
  }
  div {
    width: 0;
    height: 0;
    border: 70px solid;
    border-color: #F3AC3C transparent transparent #F3AC3C;
  }
</style>