This file contains 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="h1">Header 1</div> | |
<div class="h2">Header 2</div> | |
<div class="h3">Header 3</div> | |
<div class="h4">Header 4</div> | |
<div class="h5">Header 5</div> | |
<div class="h">Header</div> | |
<div class="hxs">Header xs</div> |
This file contains 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> | |
<li>Foo</li> | |
<li>Bar</li> | |
<li>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.</li> | |
</ul> |
This file contains 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
<!-- First row --> | |
<section class="outer-container"> | |
<div class="grid-4"> | |
<div class="box"> | |
4 column | |
</div> | |
</div> | |
<div class="grid-2"> | |
<div class="box"> | |
2 column |
This file contains 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.21) | |
// Compass (v1.0.3) | |
// ---- | |
$color-border-soft: #ccc; | |
// padding and margin | |
$space_sizes: | |
(l, 2em), //large |
This file contains 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
// FLEXIBLE 3 COL ==================== | |
$em-base: 16px; | |
$bp-widest: 900px/$em-base + 0em; | |
$bp-wide: 700px/$em-base + 0em; | |
.span3 { | |
display: block; | |
@media (min-width: $bp-wide) { | |
// 2 col |
This file contains 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="mask-overlay"> | |
<div class="animate-tipper"> | |
<div class="fa fa-spinner">y</div> | |
</div> | |
<div class="animate-spinner"> | |
<div class="fa fa-spinner">x</div> | |
</div> | |
<div class="h35"> | |
Uploading... | |
</div> |
This file contains 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
<!-- First row --> | |
<section class="outer-container"> | |
<div class="grid-4"> | |
<div class="box"> | |
4 column | |
</div> | |
</div> | |
<div class="grid-2"> | |
<div class="box"> | |
2 column |
This file contains 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="wrap"> | |
<div class="wrap-main"> | |
Main | |
</div> | |
<footer class="wrap-footer"> | |
<div class="grid-wrapper"> | |
Footer | |
</div> | |
</footer> |
This file contains 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
12 column grid generated by Bourbon and Neat. | |
<!-- First row --> | |
<section class="grid-wrapper"> | |
<div class="grid-4"> | |
<div class="box"> | |
4 column | |
</div> | |
</div> | |
<div class="grid-2"> |
This file contains 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.20) | |
// Compass (v1.0.3) | |
// ---- | |
$color-border-soft: #ccc; | |
// padding and margin | |
// padding and margin |
NewerOlder