From 94271c3096ecb613c78e8421d4b45511143d060e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bruno=20Ryb=C3=A1rsky?= Date: Thu, 11 Jan 2024 16:08:08 +0100 Subject: [PATCH] make submenu --- style.css | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/style.css b/style.css index 77a5f4d..42e3c12 100644 --- a/style.css +++ b/style.css @@ -4,4 +4,16 @@ body { justify-content: center; background-repeat: repeat; background-size: 3.5%; +} +.navsite_list{ + display: flex; + flex-direction: row; +} +.navpage_list{ + display: none; + flex-direction: column; +} + +.navsite_list:hover .navsite_list{ + display: flex !important; } \ No newline at end of file