Reusable Classes
Preview
Code
<style>
.btn{
padding:8px 14px;
background:#2563eb;
color:white;
border:none;
}
</style>
<button class="btn">Button</button>
<button class="btn">Another Button</button>
<style>
.btn{
padding:8px 14px;
background:#2563eb;
color:white;
border:none;
}
</style>
<button class="btn">Button</button>
<button class="btn">Another Button</button>