forked from Adleraci/adlerka.top
make submenu
This commit is contained in:
parent
941e85b093
commit
94271c3096
12
style.css
12
style.css
@ -5,3 +5,15 @@ body {
|
|||||||
background-repeat: repeat;
|
background-repeat: repeat;
|
||||||
background-size: 3.5%;
|
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;
|
||||||
|
}
|
Loading…
Reference in New Issue
Block a user