Skip to content

Latest commit

 

History

History
170 lines (155 loc) · 5.06 KB

daily-target_2024-02-01.md

File metadata and controls

170 lines (155 loc) · 5.06 KB



Daily Target (01/02/2024)

Link to the target

                                                                                                                                                                                                                                                                    
📅 Quick navigation
31st January 2024 ❌ 1st February ✔️ 2nd February 2024
Solutions
Link Score Character count Match [%]
Solution 1 631.40 267 100.00
Solution 2 650.08 218 100.00
Solution 3 696.67 149 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: conic-gradient(#06487A 0 0) no-repeat #D5EDFC;
    margin: 60;
  }
  &>* {
    background: #D5EDFC;
    position: fixed;
    padding: 50 20;
    margin: 40 0;
    box-shadow: 80px 0 #D5EDFC, 160px 0 #D5EDFC, 240px 0 #D5EDFC;
  }
</style>

Score: 631.40 {267}, ${\color{lightgreen} 100.0\% \space \mathrm{match}}$

Solution 2

<style>
  & {
    background: conic-gradient(#06487A 0 0) space #D5EDFC;
    margin: 60;
    color: #D5EDFC;
  }
  &>* {
    width: 40;
    margin: 40 0;
    box-shadow: inset 5ch 0, 5pc 0, 10pc 0, 80vh 0;
  }
</style>

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

Solution 3

<style>&{>*{width:40;margin:40+0;box-shadow:inset+5ch+0,5pc+0,10pc+0,80vh+0}background:conic-gradient(#06487a+0+0)space#d5edfc;margin:60;color:d5edfc

Score: 696.67 {149}, ${\color{lightgreen} 100.0\% \space \mathrm{match}}$

Other solutions

There are no other solutions for this target.