does anyone know why i have so much extra space here? it only shows when i put the html into a new browser, not on the scrim. https://scrimba.com/scrim/co2ed43618635b3791fce521a
#removing extra space
7 messages · Page 1 of 1 (latest)
I cant access my laptop right now but i think if you add height: 90vh it should work to the container div
i added height: 90vh; just now, but it hasnt changed :c
You mean the white space at the bottom ?
Well, that’s because the viewport is taller then the height of your content.
Do you want to stretch your content all the way down? Check that you don’t have any fixed heights, change to min-height (suspects are the color bars)
Or use any techniques to center that main element so it’s cantered relative to viewport. Make sure it allows to shrink on small viewports