Skip to content

Latest commit

 

History

History
34 lines (29 loc) · 881 Bytes

daily-target_2023-08-13.md

File metadata and controls

34 lines (29 loc) · 881 Bytes

Daily Target: 13/08/2023

Link to the target


<div></div>
<style>
  body {
    background-color: #998235;
  }
  * {
    margin: 0;
  }
  div {
    width: 230px;
    height: 100px;
    transform: translate(70px, 85px);
    background: linear-gradient(to right, #0b2429 50%, #998235 50%);
    border: 15px solid #0b2429;
    border-radius: 100px/100px;
  }
</style>

Attempts

Attempt Score Link
1 619.49 {317}, 100% match Link to the solution
2 633.24 {261}, 100% match Link to the solution
3 676.18 {174}, 100% match Link to the solution