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
| <html> | |
| <title> vibe images <!-- change this to whatever you want! --> </title> | |
| <!-- Add any text here if you so desire; the images won't be drawn over it. --> | |
| <div id="container"> | |
| </div> | |
| <script> | |
| function shuffleArray(array) { | |
| for (let i = array.length - 1; i > 0; i--) { | |
| const j = Math.floor(Math.random() * (i + 1)); |
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
| // ---- | |
| // libsass (v3.3.2) | |
| // ---- | |
| .vital_data { | |
| padding: 10px; | |
| &_tab { | |
| background: #E4E4E4; | |
| border: 1px solid #d9d9d9; |