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,12 +1,9 @@
h1 {
text-align: center;
}
.header{ .header {
width: 100%; width: 100%;
} }
.headerMenu{ .headerMenu {
font-family: Poppins; font-family: Poppins;
font-weight: 400; /*regular*/ font-weight: 400; /*regular*/
font-size: 1.25rem; /*20px*/ font-size: 1.25rem; /*20px*/
@ -15,21 +12,25 @@ h1 {
flex-flow: row; flex-flow: row;
justify-content: space-around; justify-content: space-around;
align-items: center; align-items: center;
} }
.headerMenuElement:hover{
border-bottom: 5px #FF563C solid; /*Orange Highlight*/
cursor: pointer;
}
.heading1{ .headerMenuElement:hover {
border-bottom: 5px #FF563C solid; /*Orange Highlight*/
cursor: pointer;
}
.heading1 {
font-family: Poppins; font-family: Poppins;
font-weight: 600; /*semi-bold*/ font-weight: 600; /*semi-bold*/
font-size: 6rem; /*96px*/ font-size: 6rem; /*96px*/
color: #394596; /*Bleu AGECEM*/ color: #394596; /*Bleu AGECEM*/
text-align: center;
} }
.heading2{
.heading2 {
font-family: Poppins; font-family: Poppins;
font-weight: 600; /*semi-bold*/ font-weight: 600; /*semi-bold*/
font-size: 1.5rem; /*24px*/ font-size: 1.5rem; /*24px*/
color: #394596; /*Bleu AGECEM*/ color: #394596; /*Bleu AGECEM*/
text-align: center;
} }