12 lines
No EOL
129 B
CSS
12 lines
No EOL
129 B
CSS
html, body {
|
|
height: 99.5%;
|
|
}
|
|
|
|
.full-page {
|
|
width: 99.5%;
|
|
height: 100%;
|
|
}
|
|
|
|
.center-text {
|
|
text-align: center;
|
|
} |