WEBLEB
Inicio
Editora de código
Iniciar sesión
Pro
Español
English
Français
Español
Português
Deutsch
Italiano
हिंदी
Botón HTML CSS
4495
DeveloperUI
Abrir en el editor
Video
Publica tu código
Recomendado
5 May 2025
Calculadora de impuestos de Robux HTML CSS
30 August 2024
Botón de neón
11 September 2023
Iconos sociales con CSS
HTML
Copy
Simple HTML CSS Button Animation
Submit
CSS
Copy
button { width: 150px; height: 60px; border: 3px solid #315cfd; border-radius: 45px; transition: all 0.3s; cursor: pointer; background: white; font-size: 1.2em; font-weight: 550; font-family: 'Montserrat', sans-serif; } button:hover { background: #315cfd; color: white; font-size: 1.5em; }
JS
Copy
/* Replace with your JS Code (Leave empty if not needed) */