Skip to content

Commit

Permalink
Update estilos.css
Browse files Browse the repository at this point in the history
  • Loading branch information
BURDOTATTOO committed Aug 29, 2023
1 parent aa32c62 commit f5174c1
Showing 1 changed file with 36 additions and 0 deletions.
36 changes: 36 additions & 0 deletions css/estilos.css
Original file line number Diff line number Diff line change
Expand Up @@ -337,4 +337,40 @@ body{
transform: rotateY(3600deg);
}
}




.slider ul {
display: flex;
padding: 0;
width: 400%;

animation: cambio 20s infinite alternate linear;
}

.slider li {
width: 100%;
list-style: none;
}

.slider img {
width: 40%;
margin-left: 30%;

}

@keyframes cambio {
0% {margin-left: 0;}
20% {margin-left: 0;}

25% {margin-left: -100%;}
45% {margin-left: -100%;}

50% {margin-left: -200%;}
70% {margin-left: -200%;}

75% {margin-left: -300%;}
100% {margin-left: -300%;}
}

2 comments on commit f5174c1

@vercel
Copy link

@vercel vercel bot commented on f5174c1 Aug 29, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

burdotattoo – ./

burdotattoo-git-main-burdotattoo.vercel.app
burdotattoo.vercel.app
burdotattoo-burdotattoo.vercel.app

@vercel
Copy link

@vercel vercel bot commented on f5174c1 Aug 29, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

burdotattoostore – ./

burdotattoostore-burdo.vercel.app
burdotattoostore-git-main-burdo.vercel.app
burdotattoostore.vercel.app

Please sign in to comment.