Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR CSS

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 */
}
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #css #remove #white #space #footer
ADD COMMENT
Topic
Name
5+1 =