Answers for "why is there whitespace in my container css"

CSS
1

css remove whitespace around element

body { margin:0px; }

header { border:1px black solid; }
Posted by: Guest on September-14-2020
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 in my container css"

Browse Popular Code Answers by Language