diff --git a/economia.css b/economia.css index 24bb2a6..cf645b1 100644 --- a/economia.css +++ b/economia.css @@ -171,11 +171,22 @@ main { text-align: center; } -.card-image { +.card-image1 img { width: 100%; height: auto; } +.card-image2 { + width: 118%; + height: auto; +} + +.card-image3 { + width: 100%; + height: auto; + transform: scaleX(-1); +} + footer { background-color: #333;