mirror of
https://github.com/CristianCruz0309/proyectos-curso-javascript.git
synced 2026-08-15 10:58:00 +00:00
18 lines
299 B
CSS
18 lines
299 B
CSS
body {
|
|
font-family: Arial, Helvetica, sans-serif;
|
|
background-color: antiquewhite;
|
|
}
|
|
|
|
input {
|
|
height: 20px;
|
|
width: 80px;
|
|
font-size: 1rem;
|
|
}
|
|
|
|
button {
|
|
height: 35px;
|
|
width: 140px;
|
|
font-size: 1rem;
|
|
font-weight: bold;
|
|
margin-bottom: 5px;
|
|
} |