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="header"> | |
| <h3> ANIMATING THIS SVG IMAGE USING JAVASCRIPT AND CSS </h3> | |
| <div class="buttons"> | |
| <button data-add="blue-eyes">Blue Eyes</button> | |
| <button data-remove="blue-eyes">Green Eyes</button> | |
| <button data-add="sad"> Sad </button> | |
| <button data-remove="sad"> Happy </button> | |
| <button data-add="move-around"> Move Around </button> | |
| <button data-remove="move-around"> Sit still </button> | |
| </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
| <!DOCTYPE html> | |
| <html> | |
| <head> <title> Simple Login </title> | |
| </head> | |
| <link href="https://fonts.googleapis.com/css?family=Abel|Arimo|Lato|Poppins" rel="stylesheet"> | |
| <body> | |
| <div class="container"> | |
| <form> |