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