From d5e04e683511983371c1bb851d7396532b975d4d Mon Sep 17 00:00:00 2001 From: Zachary Vance Date: Fri, 18 Nov 2022 22:42:00 -0500 Subject: [PATCH] Draw a big X for failure, too --- hackaday.css | 11 +++++++++++ hackaday.html | 16 ++++++++++++---- 2 files changed, 23 insertions(+), 4 deletions(-) diff --git a/hackaday.css b/hackaday.css index 9fc0f96..78a688d 100644 --- a/hackaday.css +++ b/hackaday.css @@ -44,6 +44,17 @@ filter: hue-rotate(180deg); } +.hack.fail > *:first-child::before { + content: "X"; + color: rgba(255, 70, 70, 0.85); + text-decoration: none; + font-size: 200px; + position:absolute; + width: 200px; + height: 200px; + line-height: 100%; +} + .thumb > img { border: 1px solid lightgrey; border-radius: 15px; diff --git a/hackaday.html b/hackaday.html index f4ea136..4290fd5 100644 --- a/hackaday.html +++ b/hackaday.html @@ -63,7 +63,7 @@ make your own homepage -
+
Hack-An-Icecube 06 @@ -129,6 +129,14 @@ arrange matching tiles
+
+ + Day 12 + 12 + + + +
Hack-A-Line @@ -138,7 +146,7 @@ source blog - get 5-in-a-row with a friend + play 5-in-a-row with a friend
@@ -160,7 +168,7 @@ source blog - play with sounds and make tracks + play sounds and make tracks
@@ -171,7 +179,7 @@ source blog - play 'greensleeves' + listen to 'greensleeves'
-- 2.47.3