Styled Button

Example styling a button with CSS.

Preview

Code

<style>
.btn {background:blue;color:white;padding:10px;border:none;}
</style>

<button class="btn">Styled Button</button>

More HTML Buttons Examples (7)