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 {