Loading ToolBox...
Loading ToolBox...
18 trending button styles with live hover preview
.btn {
padding: 12px 24px;
font-size: 16px;
font-weight: 600;
cursor: pointer;
transition: all 0.3s ease;
background-color: #6366f1;
color: #ffffff;
border: none;
border-radius: 8px;
box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}
.btn:hover {
opacity: 0.9;
transform: translateY(-1px);
}