Hi Scott,
On my site, I've put a colored bar at the top and bottom of the page.
I'd love to anchor these to the top and bottom of the screen.
Currently, I have:
body {
border-top: 10px solid #46134f;
border-bottom: 10px solid #46134f;
}
Any suggestions on how to change it to anchor it?