Skip to content

Commit

Permalink
Update style.css
Browse files Browse the repository at this point in the history
  • Loading branch information
bradtraversy committed Aug 15, 2021
1 parent b1e2d47 commit f682234
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion image-carousel/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,8 @@ img {

.image-container {
display: flex;
transform: translateX(-500px);
transform: translateX(0);
transition: transform 0.5s ease-in-out;
}

.buttons-container {
Expand Down

0 comments on commit f682234

Please sign in to comment.