A Pen by Anya Melnyk on CodePen.
A Pen by Anya Melnyk on CodePen.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <body> | |
| <header> | |
| <h1>Rotating words using CSS Animations</h1> | |
| </header> | |
| <section class="wrapper"> | |
| <h2 class="sentence">Janie is a lovely girl and she is very | |
| <div class="slidingVertical"> | |
| <span>Amazing.</span> | |
| <span>Beautiful.</span> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <body> | |
| <div class='line'> | |
| <h2 class='flipX'>flip vertical</h2> | |
| </div> | |
| <div class="line"> | |
| <h2 class='lineUp'>line up</h2> | |
| </div> | |
| <div class='line'> | |
| <h2 class='flipY'>flip horizontal</h2> | |
| </div> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <body> | |
| <header> | |
| <h1>Rotating words using CSS Animations</h1> | |
| </header> | |
| <section class="wrapper"> | |
| <h2 class="sentence">Janie is a lovely girl and she is very | |
| <div class="slidingVertical"> | |
| <span>Amazing.</span> | |
| <span>Beautiful.</span> |
A Pen by Tài Jacking on CodePen.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <div class="app"> | |
| <div class="cardList"> | |
| <button class="cardList__btn btn btn--left"> | |
| <div class="icon"> | |
| <svg> | |
| <use xlink:href="#arrow-left"></use> | |
| </svg> | |
| </div> |
A Pen by Rafaela Lucas on CodePen.
A Pen by Rafaela Lucas on CodePen.
NewerOlder