Answers for "why is there whitespace on the top"

CSS
0

why is there whitespace on the top

* {
        margin: 0;
        padding: 0;
        border: 0;
        outline: 0;
        font-size: 100%;
        vertical-align: baseline;
        background: transparent;
    }
Posted by: Guest on August-21-2021

Code answers related to "why is there whitespace on the top"

Browse Popular Code Answers by Language