A Pen by Maya Novarini 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="container"> | |
| <div class="squirtle"> | |
| <div class="head"> | |
| <div class="face"> | |
| <div class="eye"> | |
| </div> | |
| <div class="eye"> | |
| </div> | |
| <div class="mouth"> | |
| </div> |
A Pen by Maya Novarini 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
| <head> | |
| <title>Koding Ninja</title> | |
| </head> | |
| <body> | |
| <header> | |
| <img src="https://image.ibb.co/guwYSG/koding_ninja.png" alt="koding_ninja" border="0"> | |
| <h1>Blog Koding Ninja</h1> | |
| <ul> | |
| <li><a href="#">Tentang Ninja</a></li> |
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
| <head> | |
| <title>Koding Ninja</title> | |
| </head> | |
| <body> | |
| <div> | |
| <img src="https://preview.ibb.co/bEMWgb/Kodingninja_2.png" alt="Koding ninja"> | |
| <p>Hi, I am a Ninja! Who Are You?</p> | |
| <input type="name" placeholder="Your name"> | |
| <input type="email" placeholder="Your email"> | |
| <input type="submit"> |
