Skip to main content
kaimdt Toolbox
Generators
Converters
Dev Tools
Colors
Templates
Back to Templates
Outlined Button
buttons
CSS
Reset
Copy
.btn { background: transparent; border: 2px solid #6366f1; color: #6366f1; padding: 10px 26px; border-radius: 8px; cursor: pointer; font-weight: 600; transition: background 0.2s, color 0.2s; } .btn:hover { background: #6366f1; color: white; }
Live Preview
Demo Button
Edit the CSS on the left to see live changes. The styles are scoped to the preview area.