diff --git a/Recursos/style.css b/Recursos/style.css index 3ffaa2b..4182c7c 100644 --- a/Recursos/style.css +++ b/Recursos/style.css @@ -11,9 +11,6 @@ a { color:Black; } - - - .section-img ul li{ display: inline-block; } @@ -26,8 +23,6 @@ li div { margin-left: 10px; } - - p:first-child a{ color: MediumSeaGreen; } @@ -39,4 +34,27 @@ p:nth-child(2) { p:nth-child(3) { color: Tomato; +} + +@media screen and (min-width: 780px) and (max-width: 1024px){ + .section-img ul li{ + width: 90%; + height: 90%; + } +} + +@media screen and (min-width: 400px) and (max-width: 780px){ + + .section-img ul li{ + width: 50%; + height: 50%; + } +} + +@media screen and (max-width: 480px){ + .section-img ul li{ + width: 40%; + height: 40%; + margin: 5%; + } } \ No newline at end of file