Ryu-From-Streets / classcompass

CS320 PUMA2 semester project
6 stars 0 forks source link

Fix login and Registration background color not extending all the way down #54

Closed Ryu-From-Streets closed 6 months ago

Ryu-From-Streets commented 6 months ago

Fixed an issue where the background color of the login and registration pages would not extend all the way down.

This was resolved by creating a container div that wrapped all elements of the login and registration pages, that covered the entire page, and defining background color of those divs in the css.