Página de ejemplo

Calculadora




.calculator { border: 1px solid black; width: 200px; font-size: 20px; text-align: center; } .button { width: 50px; height: 50px; font-size: 20px; background-color: white; border: 1px solid black; cursor: pointer; } .button:hover { background-color: #e6e6e6; } #result { width: 100%; height: 50px; font-size background-color: #f2f2f2; border: none; outline: none; text-align: right; padding-right: 10px; }

Deja una respuesta

Tu dirección de correo electrónico no será publicada.