ul header dans div + header width 100%

This commit is contained in:
Alexel 2023-07-25 12:48:41 -04:00
parent e746600c51
commit 715053ca70
3 changed files with 227 additions and 14 deletions

View file

@ -2,28 +2,32 @@ h1 {
text-align: center;
}
ul.enteteMenu{
.header{
width: 100%;
}
.enteteMenu{
font-family: Poppins;
font-weight: 400; /*regular*/
font-size: 1.25rem; /*20px*/
color: #000; /*Noir pur*/
display: flex;
flex-flow: row;
justify-content: start;
justify-content: space-around;
align-items: center;
}
li.enteteMenuElement:hover{
.enteteMenuElement:hover{
border-bottom: 5px #FF563C solid; /*Orange Highlight*/
cursor: pointer;
}
h1.titre1Page{
.titre1Page{
font-family: Poppins;
font-weight: 600; /*semi-bold*/
font-size: 6rem; /*96px*/
color: #394596; /*Bleu AGECEM*/
}
h2.titre2Page{
.titre2Page{
font-family: Poppins;
font-weight: 600; /*semi-bold*/
font-size: 1.5rem; /*24px*/