Proyectos (DIA 1 - 13)

Realizados gracias al curso "JAVASCRIPT TOTAL"
This commit is contained in:
Cris
2026-01-30 19:16:11 -05:00
committed by GitHub
commit 03a7ef3253
67 changed files with 2204 additions and 0 deletions
+18
View File
@@ -0,0 +1,18 @@
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;
}