Skip to content

Latest commit

 

History

History
30 lines (25 loc) · 533 Bytes

030-horizon.md

File metadata and controls

30 lines (25 loc) · 533 Bytes

#30 Horizon

GO TO THE PROBLEM

#30 Horizon

Solutions

<style>
  body {
    background: linear-gradient(
      #f7ec7d 50px,
      #e38f66 50px,
      #e38f66 100px,
      #aa445f 100px,
      #aa445f 200px,
      #62306d 200px
    );
  }
</style>
<style>body{background:linear-gradient(#f7ec7d 50px,#e38f66 50px,#e38f66 100px,#aa445f 100px,#aa445f 200px,#62306d 200px)