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
// tests | |
// returns height of the screen including all toolbars | |
// requires detection of orientation. (320px for our test) | |
// window.orientation === 0 ? screen.height : screen.width | |
// returns height of the visible area | |
// it decreases if you zoom in | |
// window.innerHeight | |
// returns height of screen minus all toolbars |
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
<?php | |
/** | |
* On-the-fly CSS Compression | |
* Copyright (c) 2009 and onwards, Manas Tungare. | |
* Creative Commons Attribution, Share-Alike. | |
* | |
* In order to minimize the number and size of HTTP requests for CSS content, | |
* this script combines multiple CSS files into a single file and compresses | |
* it on-the-fly. | |
* |
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
<button aria-label="Email"><span class="icon-envelope"></span></button> |
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="inliner"></div> | |
<div class="inlined"> | |
<div class="progress-meter"> | |
<div class="track"> | |
<span class="progress"></span> | |
</div> | |
<ol class="progress-points" data-current="4"> | |
<li class="progress-point" data-point="1"> | |
<span class="label">Lorem ipsum</span> | |
</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
<ul class='circle-container'> | |
<li><a href='#'><img src='http://lorempixel.com/100/100/city'></a></li> | |
<li><a href='#'><img src='http://lorempixel.com/100/100/nature'></a></li> | |
<li><a href='#'><img src='http://lorempixel.com/100/100/abstract'></a></li> | |
<li><a href='#'><img src='http://lorempixel.com/100/100/cats'></a></li> | |
<li><a href='#'><img src='http://lorempixel.com/100/100/food'></a></li> | |
<li><a href='#'><img src='http://lorempixel.com/100/100/animals'></a></li> | |
<li><a href='#'><img src='http://lorempixel.com/100/100/business'></a></li> | |
<li><a href='#'><img src='http://lorempixel.com/100/100/people'></a></li> | |
</ul> |
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
<!-- | |
Lavalamp menu with CSS transitions on pseudo-elements | |
Works on Firefox, Chrome, Safari, Opera, IE10 | |
Based on @kizmarh work : http://kizu.ru/en/pseudos/ | |
--> | |
<ul> | |
<li><a href="#">✿</a></li><!-- | |
--><li><a href="#">Lorem</a></li><!-- | |
--><li><a href="#">Ipsum</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
<div class="wrapper"> | |
<span class="fontelico-spin1"></span> | |
<span class="fontelico-spin3"></span> | |
<span class="fontelico-spin5"></span> | |
</div> | |
<div class="complex"> | |
<span class="fontelico-emo-devil"></span> | |
<span class="fontelico-spin4"></span> | |
</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> | |
<h2>Stuff you love</h2> | |
<ul class="love"> | |
<li data-text="1">CodePen</li> | |
<li data-text="3">GitHub</li> | |
<li data-text="37">SoundCloud</li> | |
</ul> | |
</div> | |
<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="night"></div> | |
<div class="wrapper"> | |
<div class="sun"> | |
<div class="maki-fast-food"></div> | |
</div> | |
<div class="sky"></div> | |
<span class="maki-bicycle"></span> | |