correction et modif de menu

This commit is contained in:
MathieuRethers
2020-12-04 03:44:07 +01:00
parent bd69b17b91
commit 54dca3ae89
5 changed files with 38 additions and 30 deletions

View File

@@ -1,3 +1,8 @@
html
{
background-color: #dbdbdbde;
}
body
{
font-style: normal;

View File

@@ -1,3 +1,10 @@
#Menu
{
width: 100%;
position: sticky;
top: 0;
}
#blockMenu
{
float: right;
@@ -84,4 +91,4 @@
height: 10px;
float: right;
background-color: #5496c2;
}
}