CSS Button Padding
Preview
Code
<style>
button{
padding:10px 20px;
background:#2563eb;
color:white;
border:none;
border-radius:6px;
}
</style>
<button>Button</button>
<style>
button{
padding:10px 20px;
background:#2563eb;
color:white;
border:none;
border-radius:6px;
}
</style>
<button>Button</button>