From 119d088d7dce873246dd3f322325545caef62834 Mon Sep 17 00:00:00 2001 From: lidia_p Date: Fri, 10 May 2019 20:19:08 +0200 Subject: [PATCH] small changes --- css/main.css | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/css/main.css b/css/main.css index 392314a..03eb64a 100644 --- a/css/main.css +++ b/css/main.css @@ -54,13 +54,13 @@ header h1{ } -#show{ +.show{ font-size:7vw; color:#0f0; text-decoration:none; } -#show:hover{ +.show:hover{ color:magenta; } @@ -569,7 +569,7 @@ header h1{ margin-bottom:13%; } -#show{ +.show{ display:none; } @@ -751,7 +751,7 @@ header h1{ margin-bottom:13%; } -#show{ +.show{ display:none; }