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="row"> | |
| <div class="grid_4"></div> | |
| <div class="grid_8"></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="row nogutter"> | |
| <div class="grid_4"></div> | |
| <div class="grid_5"></div> | |
| <div class="grid_3"></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="row"> | |
| <div class="center_8"></div> | |
| </div> | |
| <div class="row"> | |
| <div class="center_10"></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="row"> | |
| <div class="grid_10">grid_10 | |
| <div class="row"> | |
| <div class="grid_4"> | |
| grid_4 | |
| </div> | |
| <div class="grid_8"> | |
| grid_8 | |
| <div class="row"> | |
| <div class="grid_4">grid_4</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="row"> | |
| <div class="grid_4">grid_2</div> | |
| <div class="grid_4 push_4">grid_4 push_4</div> | |
| </div> | |
| <div class="row"> | |
| <div class="grid_4 push_4">grid_4 push_4</div> | |
| </div> | |
| <div class="row"> |
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>Title</h1> | |
| <h1 class="line">Title with Line</h1> | |
| <h1 class="line_sharp">Title with Sharp Line</h1> | |
| <h1 class="bold_line">Title with Bold Line</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
| <h1 class="title_main">Centered Title</h1> | |
| <h1 class="title_main line">Centered with Line</h1> | |
| <h1 class="title_main squiggle">Centered with Squiggle</h1> | |
| <h1 class="title_main dots">Centered with Dots<i></i></h1> | |
| <h1 class="title_main bold_line">Centered with Bold Line</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
| <form class="form_vertical"> | |
| <label for="first_name" class="required">First Name</label> | |
| <input class="grid_5" type="text" id="first_name" name="first_name"> | |
| <span class="form_error"> | |
| <span class="form_error_inline_msg glyph glyph_danger glyph_stop"> | |
| Please enter your first name</span> | |
| </span> | |
| <label for="last_name" class="required">Last Name</label> | |
| <input class="grid_5" type="text" id="last_name" name="last_name"> |
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
| <select data-placeholder="-- Select a Color --" name="month" class="chzn-select grid_5"> | |
| <option></option> | |
| <option value="01">Pink</option> | |
| <option value="02">Red</option> | |
| <option value="03">Magenta</option> | |
| </select> | |
| <!--Note: js to init without search, otherwise init is in general.js--> | |
| <script type="text/javascript"> | |
| $(function() { |
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
| <!--Basic Usage--> | |
| <div class="glyph glyph_heart"> | |
| 45 Likes | |
| </div> | |
| <!--Link Basic Usage--> | |
| <a href="/" class="glyph glyph_heart"> | |
| 45 Likes | |
| </a> |
OlderNewer