26 lines
235 B
CSS
26 lines
235 B
CSS
.heading-page {
|
|
|
|
text-align: center;
|
|
font-size: 60px;
|
|
|
|
margin: 0;
|
|
line-height: 1.2;
|
|
}
|
|
|
|
.section-heading-page {
|
|
background: #228fb8;
|
|
color: white;
|
|
|
|
}
|
|
|
|
.container {
|
|
|
|
text-align: center;
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|