so I would like to remove the spacing between these buttons. But removing the margin doesn't do it.
When I go into Inspect, it also says that there is nothing there, so I don't get why it does this.
HTML:
* {
margin: 0px;
padding: 0px;
}
<input class="button" type="button" value="1">
<input class="button" type="button" value="2">
<input class="button" type="button" value="3">
<input class="button" type="button" value="4">