Ejercicio 8

This commit is contained in:
Bruno Dalessandro
2026-05-23 12:28:19 -03:00
parent 09649c503d
commit 3d8c5c3a0b
2 changed files with 42 additions and 0 deletions

View File

@@ -181,4 +181,15 @@ h1 {
.item-lista {
color: red;
}
h2 {
font-size: 2rem;
color: #357abd;
margin-bottom: 20px;
text-align: left;
letter-spacing: 1px;
text-shadow: 2px 2px 6px rgba(0,0,0,0.15);
border-bottom: 3px solid #4a90e2;
padding-bottom: 10px;
}