I have added the following to index.css -
Quote
.centered {
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
width: 50%;
height: 100%;
margin: auto;
background-color: white;
color: white;
}
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
width: 50%;
height: 100%;
margin: auto;
background-color: white;
color: white;
}
And I have wrapped the following around the whole page's code -
Quote
<div class="centered">the page's code</div>
Thanks!


Sign In
Create Account



Back to top










