- Impact
- 0
I'm trying to make a page with margin: auto; so that it's always centered and I want the page to continue to the bottom of the browser so I set the height to 100%...
problem is that height: 100% only works with position: absolute but margin: auto only works with position: relative...
anybody know how to do this?
problem is that height: 100% only works with position: absolute but margin: auto only works with position: relative...
anybody know how to do this?





