remove white space after text padding code example
Example 1: Remove White Space Below Image Elements
img {
display: block;
}
Example 2: css remove whitespace around element
body { margin:0px; }
header { border:1px black solid; }
img {
display: block;
}
body { margin:0px; }
header { border:1px black solid; }