formatting de general.css

This commit is contained in:
Alexel 2023-07-25 13:52:41 -04:00
parent c6e8eedccf
commit 2838097b52

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;
}