ul header dans div + header width 100%
This commit is contained in:
parent
e746600c51
commit
715053ca70
3 changed files with 227 additions and 14 deletions
|
@ -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*/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue