Ajouter CSS pour header et pages principales #75

Merged
vlbeaudoin merged 10 commits from css-general into main 2023-07-25 14:18:16 -04:00
Showing only changes of commit 2838097b52 - Show all commits

View file

@ -1,6 +1,3 @@
h1 {
text-align: center;
}
.header {
width: 100%;
@ -16,6 +13,7 @@ h1 {
justify-content: space-around;
align-items: center;
}
.headerMenuElement:hover {
border-bottom: 5px #FF563C solid; /*Orange Highlight*/
cursor: pointer;
@ -26,10 +24,13 @@ cursor: pointer;
font-weight: 600; /*semi-bold*/
font-size: 6rem; /*96px*/
color: #394596; /*Bleu AGECEM*/
text-align: center;
}
.heading2 {
font-family: Poppins;
font-weight: 600; /*semi-bold*/
font-size: 1.5rem; /*24px*/
color: #394596; /*Bleu AGECEM*/
text-align: center;
}