From ca59f11bdba01a6dba3932224515a9fa80d9fcf3 Mon Sep 17 00:00:00 2001 From: Arthur Lu Date: Tue, 17 Jan 2023 09:56:48 -0800 Subject: [PATCH] add hidden class Signed-off-by: Arthur Lu --- css/style.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/css/style.css b/css/style.css index 0bd0cef..34a4a4d 100644 --- a/css/style.css +++ b/css/style.css @@ -80,4 +80,8 @@ nav { img.clickable { cursor: pointer; +} + +.hidden { + visibility: hidden; } \ No newline at end of file