Assuming I have the following:
<div class="a" background-color="orange">
</div>
<div class="a" background-color="blue">
</div>
<div class="a" background-color="red">
</div>
How can I make it such....
These three divs somehow each get the size of the browser veiw) maintain the same size as the viewer's browser window such that when the user scrolls down, they will only see one color?