Skip to content

Latest commit

 

History

History
23 lines (19 loc) · 434 Bytes

013_totally-triangle.md

File metadata and controls

23 lines (19 loc) · 434 Bytes

Battle #2 - Visibility

#13 - Totally Triangle

Link to the problem

result

<div></div>
<style>
  body {
    background: #0B2429;
    margin: 0;
  }
  div {
    width: 141px;
    height: 140px;
    background: linear-gradient(to top left,
                                transparent 0%, transparent 50%, #F3AC3C 50%, #F3AC3C 100%);
  }
</style>