A Pen by Ben Matthews on CodePen.
- GitHub Staff
- You're looking at it
- @lostintangent
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="lighthouse"> | |
| <div class="top"> | |
| <div class="lightning-rod"></div> | |
| <div class="cupola"></div> | |
| <div class="light-room"></div> | |
| </div> | |
| <div class="last-story"> | |
| </div> | |
| <div class="stories"> | |
| <div class="window"></div> |
This is soo cool
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
| <img src='https://s3-us-west-2.amazonaws.com/s.cdpn.io/108463/jake-weirick-Q_RBVFFXR_g-unsplash.jpg' alt=''> | |
| <svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" | |
| width="2555.1px" height="1443.7px" viewBox="0 0 2555.1 1443.7" style="enable-background:new 0 0 2555.1 1443.7;" | |
| xml:space="preserve"> | |
| <defs> | |
| </defs> | |
| <g id="three"> | |
| <g> |
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
| <!-- See JS --> | |
| <div>Tap for slow mo</div> |
This is demo compo posted on Tokyo Demo Fest 2018. https://github.com/r21nomi/TokyoDemoFest2018
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
| { | |
| "scripts": [ | |
| "react", | |
| "react-dom" | |
| ], | |
| "styles": [ | |
| "font-awesome" | |
| ] | |
| } |