Remove React Bootstrap Footer White Space Below Footer Code Example


Example: css remove white space below footer


<body>
<section>
This is content of the page
</section>
<footer>
Text of footer
</footer>
</body>

section
{
min-height: 100vh; /* minus the height of the footer */
}

Comments

Popular posts from this blog

Converting A String To Int In Groovy

"Cannot Create Cache Directory /home//.composer/cache/repo/https---packagist.org/, Or Directory Is Not Writable. Proceeding Without Cache"

Android How Can I Convert A String To A Editable