From ae37a6749a32ffe975212ff8658ff8493e2316ec Mon Sep 17 00:00:00 2001 From: Tor Andersson Date: Thu, 30 May 2024 17:08:53 +0200 Subject: Initial code. --- info/cards.html | 43 +++++++++++++++++++++---------------------- 1 file changed, 21 insertions(+), 22 deletions(-) (limited to 'info') diff --git a/info/cards.html b/info/cards.html index 3821b42..ed44f3d 100644 --- a/info/cards.html +++ b/info/cards.html @@ -9,31 +9,30 @@ html { } img { - border-radius: 8px; - border: 1px solid black; + border-radius: 16px; + border: 2px solid black; + box-shadow: 1px 1px 8px #0004; margin: 10px; } - + + + + + + - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + -- cgit v1.2.3