Skip to content

Commit

Permalink
(CI) format code
Browse files Browse the repository at this point in the history
  • Loading branch information
Zero to Mastery committed Oct 2, 2023
1 parent ab6791b commit 460883a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Art/runningBars/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,12 @@ div#two {
width: 50%;
background: #ff06b8;
transition: slidein;
animation: slidein .3s linear 1s infinite alternate;
animation: slidein 0.3s linear 1s infinite alternate;
}

div#one:active div#two{
div#one:active div#two {
background: green;
transform: translateX(100%)
transform: translateX(100%);
}

@keyframes slidein {
Expand Down

0 comments on commit 460883a

Please sign in to comment.