correction de CSS

This commit is contained in:
MiharyR 2021-11-13 00:52:49 +01:00
parent ad08803578
commit 11472d0045
35 changed files with 296 additions and 164 deletions

View file

@ -1,7 +1,7 @@
.navbar {
background-color: black;
height: 75px;
font-size: x-large;
height: 50px;
font-size: medium;
color: white;
}
@ -17,9 +17,8 @@
.navbar-brand {
font-family: cursive;
font-weight: bold;
//font-style: oblique 90deg;
font-size: xxx-large;
margin-left: 30px;
font-size: x-large;
margin-left: 15px;
color: white;
}
@ -35,7 +34,7 @@
// Bonton deconnexion
.btnDeconnexion {
font-size: x-large;
font-size: medium;
margin: 0px 10px 0px 10px
}
.btnDeconnexion:hover {
@ -52,8 +51,8 @@ img {
border: solid 2px white;
border-radius: 50px;
margin: 0px 10px 0px 15px;
width: 50px;
height: 50px;
width: 40px;
height: 40px;
}
img:hover {
cursor: pointer;