Back

146 - Streaks

<style>
  * {
    background: #998235;
  }
  body {
    transform: rotate(315deg);
    position: relative;
    left: 169px;
    top: 169px;
    background: repeating-linear-gradient(#FCBE5C, #FCBE5C 25px, #0B2429 25px, #0B2429 50px, #998235 50px, #998235 75px);
  }
</style>