-
Notifications
You must be signed in to change notification settings - Fork 0
*Operaciones aritméticas* #1
Copy link
Copy link
Open
Description
DEIVIMH7
opened on Dec 3, 2024
Issue body actions
<title>OPERACIONES ARITMÉTICAS</title>
<style>
.title-box {
border: 2px solid red;
background-color: white;
text-align: center;
padding: 15px;
margin-bottom: 20px;
font-weight: bold;
font-size: 1.5em;
}
.btn-blue {
background-color: #007bff;
color: white;
}
.btn-blue:hover {
background-color: #0056b3;
}
.btn-link-blue {
color: #007bff;
font-size: 1.1em;
}
.btn-link-blue:hover {
text-decoration: underline;
}
input[type="number"] {
border: 2px solid #007bff;
border-radius: 5px;
padding: 10px;
background-color: white;
font-size: 1em;
}
input[type="number"]:focus {
outline: none;
box-shadow: 0 0 5px #007bff;
}
.result {
font-size: 1.5em;
color: #343a40;
margin-top: 15px;
text-align: center;
}
</style>
OPERACIONES ARITMÉTICAS
Primer Número:
Segundo Número:
Tercer Número:
SUMA
RESTA
MULTIPLICACIÓN
DIVISIÓN
Regresar
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels