Skip to content

Latest commit

 

History

History
177 lines (162 loc) · 5.35 KB

daily-target_2024-02-04.md

File metadata and controls

177 lines (162 loc) · 5.35 KB



Daily Target (04/02/2024)

Link to the target

                                                                                                                                                                                                                                                                    
📅 Quick navigation
3rd February 2024 ✔️ 4th February ✔️ 5th February 2024
Solutions
Link Score Character count Match [%]
Solution 1 613.96 352 100.00
Solution 2 617.06 331 100.00
Solution 3 642.59 235 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: #F27826;
    position: fixed;
    border: solid #FED820;
    border-width: 75px 125px;
    border-radius: 20px;
    margin: 75 75;
  }
  *>* {
    border: 15px solid #FFFFA4;
    border-radius: 1in;
    margin: -45 -95;
    box-shadow: -45px 15px #F27826, 120px 40px 0 10px #FFFFA4, 205px 55px 0 10px #F27826;
  }
</style>

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

Solution 2

<style>
  * {
    background: #F27826;
    border: solid #FED820;
    border-width: 75 125;
    border-radius: 5vw;
    margin: 75;
  }
  *>* {
    float: left;
    border: 5vh solid #FFFFA4;
    border-radius: 1in;
    margin: -45 -95;
    box-shadow: -48q 5vh #F27826, 127q 5ch 0 11q #FFFFA4, 217q 58q 0 11q #F27826;
  }
</style>

Score: 617.06 {331}, ${\color{lightgreen} 100.0\% \space \mathrm{match}}$

Solution 3

<style>*{background:#f27826;border:solid#fed820;border-width:75+125;border-radius:5vw;margin:75;>*{float:left;color:F27826;border:solid#ffffa4+5vh;border-radius:1in;margin:-45-95;box-shadow:-48q+5vh,127q+5ch+0+11q#ffffa4,217q+58q+0+11q

Score: 642.59 {235}, ${\color{lightgreen} 100.0\% \space \mathrm{match}}$

Other solutions

There are no other solutions for this target.