Skip to content

Commit 3ed4be4

Browse files
authored
Update index.css
1 parent 1f902dc commit 3ed4be4

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

index.css

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -780,6 +780,7 @@ main.superheroes {
780780
flex: 0;
781781
color: white;
782782
margin-top: 175px;
783+
background-size: cover;
783784
background-image: url(https://www.tuexpertomovil.com/wp-content/uploads/2019/04/fondos-de-pantalla-vengadores-endgame-para-movil-01.jpg);
784785
background-repeat: repeat;
785786
}
@@ -801,7 +802,6 @@ mainTop.superheroes {
801802
}
802803
.avatar1.superheroes {
803804
width: 220px;
804-
background-image: url();
805805
background-size: cover;
806806
background-repeat: no-repeat;
807807
}
@@ -814,6 +814,7 @@ article.superheroes {
814814
background-image: url(https://images.hdqwalls.com/download/avengers-infinity-war-movie-bill-poster-7e-1440x900.jpg);
815815
background-position: 0px;
816816
background-repeat: no-repeat;
817+
background-size: cover;
817818
}
818819
section.superheroes {
819820
border: 1px solid #ddd; /* Borde gris */
@@ -832,6 +833,7 @@ aside.superheroes {
832833
background-image: url(https://static1.moviewebimages.com/wordpress/wp-content/uploads/article/vXIntIpv5EJCrh2WncQ634QBbOLsG3.jpg);
833834
background-position-y: -10px;
834835
background-repeat: repeat;
836+
background-size: cover;
835837
}
836838

837839
/*Theme 7 Naturaleza: Atardecer/Amanecer*/
@@ -895,6 +897,7 @@ article.naturaleza1 {
895897
box-shadow: 0 2px 5px rgba(0,0,0,0.1); /* Sombra suave */
896898
background-image: url(https://th.bing.com/th/id/R.efa3563dc34b39d6f6b087c20e014608?rik=rR0bIEpvuiFOwQ&pid=ImgRaw&r=0);
897899
background-position: 0px;
900+
background-size: cover;
898901
background-repeat: no-repeat;
899902
}
900903
section.naturaleza1 {
@@ -914,6 +917,7 @@ aside.naturaleza1 {
914917
background-image: url(https://th.bing.com/th/id/R.d630144c16d6ca1072900d57415a2d72?rik=mZmAuzQBo4Ip9g&pid=ImgRaw&r=0);
915918
background-position-y: -400px;
916919
background-repeat: no-repeat;
920+
background-size: cover;
917921
}
918922

919923
/* Estilo para el pie de página */

0 commit comments

Comments
 (0)