37 lines
469 B
CSS
37 lines
469 B
CSS
.heading-page {
|
|
|
|
text-align: center;
|
|
font-size: 60px;
|
|
|
|
margin: 0;
|
|
line-height: 1.2;
|
|
}
|
|
|
|
.section-heading-page {
|
|
background: #228fb8;
|
|
color: white;
|
|
|
|
}
|
|
.col-xs-12 {
|
|
width: 100%;
|
|
}
|
|
|
|
.container {
|
|
width:1170px;
|
|
|
|
text-align: center;
|
|
}
|
|
|
|
.wrapper-table {
|
|
display: table;
|
|
margin: 0;
|
|
padding: 0;
|
|
width: 100%;
|
|
}
|
|
|
|
.wrapper-table-cell {
|
|
display: table-cell;
|
|
text-align: center;
|
|
vertical-align: middle;
|
|
}
|