Ajouter CSS pour header et pages principales #75
1 changed files with 14 additions and 13 deletions
|
@ -1,12 +1,9 @@
|
|||
h1 {
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.header{
|
||||
.header {
|
||||
width: 100%;
|
||||
}
|
||||
}
|
||||
|
||||
.headerMenu{
|
||||
.headerMenu {
|
||||
font-family: Poppins;
|
||||
font-weight: 400; /*regular*/
|
||||
font-size: 1.25rem; /*20px*/
|
||||
|
@ -15,21 +12,25 @@ h1 {
|
|||
flex-flow: row;
|
||||
justify-content: space-around;
|
||||
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-weight: 600; /*semi-bold*/
|
||||
font-size: 6rem; /*96px*/
|
||||
color: #394596; /*Bleu AGECEM*/
|
||||
text-align: center;
|
||||
}
|
||||
.heading2{
|
||||
|
||||
.heading2 {
|
||||
font-family: Poppins;
|
||||
font-weight: 600; /*semi-bold*/
|
||||
font-size: 1.5rem; /*24px*/
|
||||
color: #394596; /*Bleu AGECEM*/
|
||||
text-align: center;
|
||||
}
|
Loading…
Reference in a new issue