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; }