From 9dd577a891425d7da7d611baa07628e034ea1064 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20=C5=A0krab=C3=A1nek?= Date: Fri, 20 Sep 2024 10:32:48 +0200 Subject: [PATCH] 03 fix --- 03/style.css | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/03/style.css b/03/style.css index eb6d292..4b5b8f4 100644 --- a/03/style.css +++ b/03/style.css @@ -61,10 +61,12 @@ body { background-color: white; } .footer { - background-color: #ddd; + background-image: radial-gradient(circle, #000,#6f6f6f); text-align: center; padding: 20px; margin-top: 20px; + color: white; + border-radius: 20px; } /* animace @keyframe uděla animaci a poté v třídě musíme nastavit spouštěče */ @keyframes example {