From a536504f60fe0d3cef6ba344a1366c85b86fc816 Mon Sep 17 00:00:00 2001 From: Bianca La Manna <92586945+Bianca-LM@users.noreply.github.com> Date: Thu, 21 Sep 2023 12:43:36 +0200 Subject: [PATCH] Update style.css --- style/style.css | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/style/style.css b/style/style.css index e03c281..f4632fe 100644 --- a/style/style.css +++ b/style/style.css @@ -215,8 +215,14 @@ button:hover { footer { text-align: center; background-color:#516162; - padding-bottom: 1.5em; + padding: 1.5em; margin-top: 0.5em; + color: rgb(198, 198, 198); +} + +footer a { + color:rgb(198, 198, 198); + text-decoration: underline; } /* The flip card container - set the width and height to whatever you want. We have added the border property to demonstrate that the flip itself goes out of the box on hover (remove perspective if you don't want the 3D effect */