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 id="app"></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
| <div class="page"> | |
| <header tabindex="0">Header</header> | |
| <div id="nav-container"> | |
| <div class="bg"></div> | |
| <div class="button" tabindex="0"> | |
| <span class="icon-bar"></span> | |
| <span class="icon-bar"></span> | |
| <span class="icon-bar"></span> | |
| </div> | |
| <div id="nav-content" tabindex="0"> |
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
| <section> | |
| <button class="next">Next</button> | |
| <button class="prev">Previous</button> | |
| <div class="container"> | |
| <div style="display:inline-block;"> | |
| <img src="http://placeimg.com/400/200/any"> | |
| </div> | |
| <div > | |
| <img src="http://placeimg.com/400/200/tech"> | |
| </div> |