17 lines
No EOL
354 B
CSS
17 lines
No EOL
354 B
CSS
|
|
|
|
.heading1 {
|
|
font-family: "Poppins";
|
|
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;
|
|
} |