Skip to content

Commit

Permalink
Update economia.css
Browse files Browse the repository at this point in the history
  • Loading branch information
Html-Czllt authored Jul 27, 2024
1 parent 731958e commit 1e68641
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion economia.css
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 1e68641

Please sign in to comment.