RT CSS Challenges
💡 CSS Tip!
Make your container fill all the screen height
✅ No cascading `height:100%`
✅ No side effects of the `100vh`
✅ Works with the default margin of
<body>
✅ No overflow issue. The height will grow to fit the content.
Demo:
#CSS
https://codepen.io/t_afif/pen/oNGZjvL
</body> https://twitter.com/ChallengesCss/status/1471128244720181258