I ♥ U
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
| // ---- | |
| // Sass (v3.4.7) | |
| // Compass (v1.0.1) | |
| // ---- | |
| .class1 { | |
| content:"class1"; |
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
| // ---- | |
| // Sass (v3.3.14) | |
| // Compass (v1.0.1) | |
| // SassyLists (v2.2.1) | |
| // ---- | |
| @import "SassyLists"; | |
| $container-class:"jig"; | |
| $line-min-height:80; | |
| $line-max-height:200; |
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
| // ---- | |
| // Sass (v3.3.14) | |
| // Compass (v1.0.1) | |
| // SassyLists (v2.2.1) | |
| // ---- | |
| @import "SassyLists"; | |
| $container-class:"jig"; | |
| $line-min-height:80; | |
| $line-max-height:200; |
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="responsiveSlide "> | |
| <img src="http://placekitten.com/g/300/200" /> | |
| </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
| <h1>Hello <span id="query1"></span> <span id="query2"></span> <span id="query3"></span> <span id="query4"></span> <span id="query5"></span></h1> | |
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
| <svg version="1.1" | |
| xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:a="http://ns.adobe.com/AdobeSVGViewerExtensions/3.0/" | |
| x="0px" y="0px" viewBox="0 0 600 600" enable-background="new 0 0 600 600" xml:space="preserve"> | |
| <rect fill="#D9EDED" width="600" height="600"/> | |
| <g> | |
| <polygon fill="#FFFFFF" points="337.88,84.38 262.12,84.38 300,46.51 "/> | |
| <polygon fill="#FFFFFF" points="404.08,150.59 195.92,150.59 228.56,117.94 371.44,117.94 "/> | |
| <polygon fill="#FFFFFF" points="470.26,216.77 129.74,216.77 162.36,184.15 437.64,184.15 "/> | |
| <polygon fill="#FFFFFF" points="536.47,282.97 63.53,282.97 96.18,250.33 503.82,250.33 "/> | |
| <polygon fill="#FFFFFF" points="536.96,316.53 300,553.49 63.04,316.53 "/> |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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
| /** | |
| * Retro Love: the blink element | |
| */ | |
| body{font-size: 180%} | |
| @keyframes blink { | |
| 0% {opacity: 0} | |
| 49%{opacity: 0} | |
| 50% {opacity: 1} |