Skip to content

Latest commit

 

History

History
178 lines (162 loc) · 5.33 KB

daily-target_2024-02-07.md

File metadata and controls

178 lines (162 loc) · 5.33 KB



Daily Target (07/02/2024)

Link to the target

                                                                                                                                                                                                                                                                    
📅 Quick navigation
6th February 2024 ✔️ 7th February ✔️ 8th February 2024
Solutions
Link Score Character count Match [%]
Solution 1 613.96 352 100.00
Solution 2 619.13 319 100.00
Solution 3 653.54 211 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: 
      linear-gradient(90deg, #F59426 0 40px, #0000 0 80px, #F59426 0)
      no-repeat center 180px/120px 120px,
      #FFFF9C;
  }
  &>* {
    background: #F59426;
    width: 40;
    height: 40;
    margin: 60 180;
    box-shadow: -40px 40px #F59426, -80px 80px #F59426;
    -webkit-box-reflect: right -40px;
  }
</style>

Score: 613.96 {352}, ${\color{lightgreen} 100.0\% \space \mathrm{match}}$

Solution 2

<style>
  & {
    background: 
      linear-gradient(90deg, #F59426 5ch, #0000 0 5pc, #F59426 0)
      no-repeat 50% 100%/30% 40%,
      #FFFF9C;
  }
  &>* {
    background: #F59426;
    width: 40;
    height: 40;
    margin: 60 180;
    color: F59426;
    box-shadow: -5ch 5ch, -5pc 5pc, 5ch 5ch, 5pc 5pc;
  }
</style>

Score: 619.13 {319}, ${\color{lightgreen} 100.0\% \space \mathrm{match}}$

Solution 3

<style>&{background:linear-gradient(90deg,#f59426,5ch,#0000+0,5pc,#f59426+0)no-repeat#ffff9c+50%100%/30%40%;>*{background:#f59426;height:40;margin:60+180;color:F59426;box-shadow:-5ch+5ch,-5pc+5pc,5ch+5ch,5pc+5pc

Score: 653.54 {211}, ${\color{lightgreen} 100.0\% \space \mathrm{match}}$

Unresolved solutions

There are no unresolved solutions for this target.