Files
Cris 03a7ef3253 Proyectos (DIA 1 - 13)
Realizados gracias al curso "JAVASCRIPT TOTAL"
2026-01-30 19:16:11 -05:00

24 lines
388 B
CSS

body {
font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
margin-left: 2rem;
}
h2 {
color: brown;
}
button {
height: 30px;
width: 158px;
background-color: darkblue;
color: white;
}
input {
height: 20px;
width: 150px;
}
button:hover {
cursor: pointer;
}