I am working on a site using bootstrap 5 to code. my issue is i don't know how to make the website to appear on full screen if i view it in my browser.
Tried this on my CSS:
body {
font-family: 'Open Sans', sans-serif;
font-weight: 300;
margin: 0 auto;
height: 100vh;
width: 100%;
}