Skip to content

Latest commit

 

History

History
53 lines (48 loc) · 1.26 KB

daily-target_2023-09-11.md

File metadata and controls

53 lines (48 loc) · 1.26 KB

Daily Target: 11/09/2023

Link to the target

img


<p top>
<p right>
<p left>
<p bottom>
<style>
  body {
    background: #B5D1FB;
    margin: 0;
  }
  p {
    width: 250;
    height: 90;
    border: 30px double transparent;
    border-radius: 100px;
    position: fixed;
    background-clip: content-box, border-box !important;
    background-origin: border-box !important;
  }
  [top], [right] {
    margin: 75 -95;
    background: linear-gradient(#B5D1FB, #B5D1FB), linear-gradient(#230259 50%, #0000 0 100%);
  }
  [right] {
    scale: -1;
    margin: 75 185;
  }
  [bottom], [left] {
    margin: 75 185;
    background: linear-gradient(#B5D1FB,#B5D1FB), linear-gradient(#8819F6 50%, #0000 0 100%);
    z-index: -1;
  }
  [left] {
    scale: -1;
    margin: 75 -95;
  }
</style>

Attempts

Attempt Score Link
1 600.38 {731}, 100% match Link to the solution
2 601.02 {627}, 100% match Link to the solution
3 605.54 {449}, 100% match Link to the solution