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
<body> | |
<div class="container"> | |
<div class="row"> | |
<div class="right"> | |
right<br/> | |
right<br/> | |
right<br/> | |
right<br/> | |
right<br/> | |
</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
<body> | |
<section> | |
<div class="region-content"> | |
<h2>Sample Title</h2> | |
<p>text text text</p> | |
<h3>Sample Title</h3> | |
<p>text text text</p> | |
</div> | |
<div class="super-box"> | |
hello! |
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
<body> | |
<section> | |
<div class="region-1"> | |
<p>Mix eleifend her sunbathe kittens scratched taciti Integer bibendum Donec porta go cat nisi muffin quis nunc at beautiful tortor! Lacinia euismod Praesent lectus muffin nisl rescue first, spoon toys ornare tristique dapibus tortor urna eros pellentesque per placerat vestibulum convallis smokey pretium kitties. Special, euismod little redditor feugiat tabby nec eget. Tabby faucibus tristique her mi dui urna reddit id my, oh Donec home girlfriend pellentesque happy elit hendrix keyboard Zooey augue cat cat! Kitty consectetur molestie turpis hiss nec pride, bites in viverra kitten mercedes sit ligula rip the couch beautiful local kitty. Donec, meow litora kittens lacus. Nostra stretching hendrix nec mi mcfuzzy Integer buddy Praesent her photobomb Donec he's himenaeos cute cats up urna fuzzy malesuada velit ac cake day ullamcorper sister.</p> | |
</div> | |
<div class="region-2"> | |
<p>Mix eleifend her sunbathe kittens scratched taciti Integer bibendum Donec porta go |
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
<body> | |
<div style="float: right"> | |
<img src="http://placehold.it/500x100"> | |
</div> | |
<div> | |
<section> | |
<div class="region-4"> | |
<ul><li>Mix eleifend her sunbathe kittens scratched taciti Integer bibendum Donec porta go cat nisi muffin quis nunc atMix eleifend her sunbathe kittens scratched taciti Integer bibendum Donec porta go cat nisi muffin quis nunc atMix eleifend her sunbathe kittens scratched taciti Integer bibendum Donec porta go cat nisi muffin quis nunc at beautiful tortor! Lacinia euismod Praesent lectus muffin nisl rescue first, spoon toys ornare tristique dapibus tortor urna eros pellentesque per placerat vestibulum convallis smokey pretium kitties. Special, euismod little redditor feugiat tabby nec eget. Tabby faucibus tristique her mi dui urna reddit id my, oh Donec home girlfriend pellentesque happy elit hendrix keyboard Zooey augue cat cat! Kitty consectetur molestie turpis hiss nec pride, bites in viverra kitten mercedes sit ligula rip the couch beautiful local kitty. Donec, meow litor |
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
Node One | |
<div class"field-item"> | |
<a href="/college/science">Science</a> | |
</div> | |
Node two | |
<div class"field-item"> | |
<a href="/college/humanities">Humanities</a> | |
</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
/*** Breakpoints *** */ | |
.test { | |
padding: 10px; | |
} | |
@media (min-width: 771px) { | |
.test { | |
background: blue; | |
color: white; | |
} | |
} |
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
<body> | |
<div class="test"> | |
Test test test | |
</div> | |
</body> |
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.8) | |
// Compass (v1.0.0.alpha.19) | |
// ---- | |
// BREAKPOINTS | |
$breakpoint-to-ems: true | |
// For use with max-width only: | |
// +breakpoint(max-width: $tab-l) |
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 | |
/** | |
* Implements hook_drush_command(). | |
*/ | |
function imagestyles_drush_command() { | |
$items = array(); | |
$items['imagestyles'] = array( | |
'callback' => 'imagestyles_drush_callback', |
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="test">test</div> | |
<div class="test1">test 1</div> | |
<div class="test2">test 2</div> | |
<div class="test3">test 3</div> | |
<div class="test4">test 4</div> | |