Back
Syntax
Study
Editor
Mode:
HTML
CSS
JavaScript
PHP
Reset
Run »
HTML / CSS / JS
<button class="btn btn-primary btn-large">Submit</button> <div class="card card-shadow card-rounded">Content</div> /* Each class adds its own rules */ .btn { padding: 8px 16px; border: none; cursor: pointer; } .btn-primary { background: #007bff; color: white; } .btn-large { font-size: 1.2rem; padding: 12px 24px; }
Result
Open