Is there a way to make a child element on my HTML page fill the entire browser window, even when resizing? I want it to stay enlarged and maintain its size as the browser window is resized after loading.
I'm unsure if I need to move this object outside of its parent elements or if I can achieve this using CSS properties.
Currently, setting width: 100% and height: 100% only makes it fit the parent container, not the whole window.
Thank you for your help!