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="body"> | |
<div class="portfolio-item">thing</div> | |
<div class="portfolio-item">thing</div> | |
<div class="portfolio-item">thing</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="page"> | |
<section class="content">content</section> | |
<aside class="sidebar">sidebar</aside> | |
</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="page"> | |
<section class="content">content</section> | |
<aside class="sidebar">sidebar</aside> | |
</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="page"> | |
<section class="content">content</section> | |
<aside class="sidebar">sidebar</aside> | |
</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
<section> | |
<div>Test</div> | |
<div>Test</div> | |
<div>Test</div> | |
<div>Test</div> | |
<div>Test</div> | |
<div>Test</div> | |
<div>Test</div> | |
<div>Test</div> | |
<div>Center me if i'm on a line all alone!</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
<ul class="solutionThumbnails"> | |
<li></li> | |
<li></li> | |
<li></li> | |
<li></li> | |
<li></li> | |
<li></li> | |
<li></li> | |
<li></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
<ul class="solutionThumbnails"> | |
<li></li> | |
<li></li> | |
<li></li> | |
<li></li> | |
<li></li> | |
<li></li> | |
<li></li> | |
<li></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
<div class="gallery"> | |
<div class="item item1of3">1...</div> | |
<div class="item item1of3">1...</div> | |
<div class="item item1of3">1...</div> | |
<div class="item item2of3">2...</div> | |
<div class="item item1of3">1...</div> | |
<div class="item item3of3">3...</div> | |
<div class="item item1of3">1...</div> | |
<div class="item item2of3">2...</div> | |
<div class="item item2of3">2...</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
// ---- | |
// Sass (v3.4.13) | |
// Compass (v1.0.3) | |
// ---- | |
.test { | |
-quotes: 'this-string' == 'this-string'; | |
-quotes: this-string == 'this-string'; | |
-quotes: 'this-string' == "this-string"; | |
-quotes: 'this-string' == '"this-string"'; |
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="grid-test"> | |
<h2>Test of indenting</h2> | |
<div class="person-wrapper-3"> | |
<div class="block block-person"> | |
<img src="http://placehold.it/150x150" class="img-rounded"> | |
<h4>Person Name</h4> | |
<p>This is sample text</p> | |
</div> | |
<div class="block block-person"> |