Skip to content

Latest commit

 

History

History
145 lines (133 loc) · 4.57 KB

daily-target_2024-02-05.md

File metadata and controls

145 lines (133 loc) · 4.57 KB



Daily Target (05/02/2024)

Link to the target

                                                                                                                                                                                                                                                                    
📅 Quick navigation
4th February 2024 ✔️ 5th February ✔️ 6th February 2024
Solutions
Link Score Character count Match [%]
Solution 1 650.08 218 100.00
Solution 2 707.36 138 100.00

$${\color{red} \mathrm{DISCLAIMER}}$$

DO NOT look at the solutions until you have solved the target, or at least spend time and try solving it on your own first. Skipping to the solution without trying won't do you any good. I do not accept any responsibility or liability whatsoever for created consequences. I deserve the right to change any part of the file (or the repository as a whole) without notice.
You have been warned.

Proof of solving

Image of the solved target.

Solutions

Solution 1

<style>
  * {
    background: #05476C;
    border: 20px solid #EFF8FE;
    margin: 30 120;
    width: 0;
    box-shadow: 120px 0 #EFF8FE;
  }
  &>* {
    rotate: 90deg;
    margin: -80 40;
    height: 200;
  }
</style>

Score: 650.08 {218}, ${\color{lightgreen} 100.0\% \space \mathrm{match}}$

Solution 2

<style>*{background:#05476c;color:eff8fe;border:solid+5vw;margin:30+120;width:0;box-shadow:30vw+0;>*{rotate:90deg;margin:-80+40;height:200

Score: 707.36 {138}, ${\color{lightgreen} 100.0\% \space \mathrm{match}}$

Other solutions

There are no other solutions for this target.