how to remove white space between two elements in css code example
Example: css remove whitespace around element
body { margin:0px; }
header { border:1px black solid; }
body { margin:0px; }
header { border:1px black solid; }