Fonts, couleurs pour les h1, h2 et header

This commit is contained in:
Alexel 2023-07-18 14:12:37 -04:00
parent 438ef2db24
commit e746600c51
10 changed files with 44 additions and 16 deletions

View file

@ -1,3 +1,31 @@
h1 {
text-align: center;
}
ul.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;
align-items: center;
}
li.enteteMenuElement:hover{
border-bottom: 5px #FF563C solid; /*Orange Highlight*/
cursor: pointer;
}
h1.titre1Page{
font-family: Poppins;
font-weight: 600; /*semi-bold*/
font-size: 6rem; /*96px*/
color: #394596; /*Bleu AGECEM*/
}
h2.titre2Page{
font-family: Poppins;
font-weight: 600; /*semi-bold*/
font-size: 1.5rem; /*24px*/
color: #394596; /*Bleu AGECEM*/
}