all css no space in onloine code example
Example 1: line not breaking css
white-space: break-spaces;
Example 2: css remove whitespace around element
body { margin:0px; }
header { border:1px black solid; }
white-space: break-spaces;
body { margin:0px; }
header { border:1px black solid; }