Consistent Spacing
Preview
Code
<style>
.box{
margin:10px;
padding:10px;
background:#e5e7eb;
}
</style>
<div class="box">Spacing example</div>
<style>
.box{
margin:10px;
padding:10px;
background:#e5e7eb;
}
</style>
<div class="box">Spacing example</div>