agecem-org/public/css/general.css

31 lines
674 B
CSS
Raw Normal View History

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*/
}