ajout du script pour les fonts

This commit is contained in:
hugogogo
2021-05-16 20:00:33 +02:00
parent b7a64f7f80
commit 4d6290a3e8
9 changed files with 79 additions and 37 deletions

28
styles/skeleton.css vendored
View File

@@ -80,3 +80,31 @@ footer iframe {
}
/*- - - - - - - - - - - - - - - - - - - - -*/
/* test for fonts */
/*- - - - - - - - - - - - - - - - - - - - -*/
.nav_left #fonts {
flex-direction: column;
position: relative;
}
.nav_left #fonts:hover #fonts_dropdown {
display: flex;
}
.nav_left #fonts #fonts_dropdown {
position: absolute;
top: 100%;
left: 0px;
flex-direction: column;
display: none;
}
.nav_left #fonts #fonts_dropdown button {
margin-left: 0px;
}