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
+38
View File
@@ -0,0 +1,38 @@
h1 {
font-family: 'Courier New', Courier, monospace;
color: brown;
text-shadow: 2px 2px 4px #ff1c1c;
font-size: 40px;
text-align: center;
}
button {
background-color: #7b3015;
border: none;
color: white;
padding: 15px 32px;
text-align: center;
text-decoration: none;
display: inline-block;
font-size: 16px;
margin: 4px 2px;
cursor: pointer;
border-radius: 5px;
}
ul {
list-style-type: none;
margin: 0;
padding: 0;
}
li {
background-color: #f1f1f1;
padding: 10px;
border-bottom: 1px solid #ccc;
text-align: center;
}
.textoCentrado {
text-align: center;
}