13 lines
159 B
CSS
13 lines
159 B
CSS
.div-placeholder{
|
|
height: 100%;
|
|
width: 100%;
|
|
}
|
|
|
|
.div-no-pages{
|
|
padding: 20%;
|
|
text-align: center;
|
|
}
|
|
|
|
.div-no-pages > h2{
|
|
margin-top: 10px;
|
|
} |