Css Remove Whitespace Around Element

[Solved] Css Remove Whitespace Around Element | Solidity - Code Explorer | yomemimo.com
Question : remove whitespace around text css

Answered by : elliot-cullen

span { display: inline-block; font-size: 50px; background-color: green; /*new:*/ font-family: 'Times New Roman'; line-height: 34px; height: 35px;
}
<span> BIG TEXT
</span>

Source : | Last Update : Tue, 13 Sep 22

Question : css remove whitespace around element

Answered by : stupid-squirrel-v7v7kw22k29d

body { margin:0px; }
header { border:1px black solid; }

Source : https://stackoverflow.com/questions/9547291/how-to-remove-margin-space-around-body-or-clear-default-css-styles | Last Update : Mon, 21 Sep 20

Answers related to css remove whitespace around element

Code Explorer Popular Question For Solidity