Skip to content

Latest commit

 

History

History
28 lines (22 loc) · 523 Bytes

013.md

File metadata and controls

28 lines (22 loc) · 523 Bytes

Target #13 (Totally Triangle)

1° método

202 caracteres em 15/07/2024.

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


Link para Target #13 (Totally Triangle) em CSSBattle.dev.