A Pen by Andrew Solomon on CodePen.
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
| <!DOCTYPE html> | |
| <html> | |
| <head> | |
| <title></title> | |
| </head> | |
| <body> | |
| <h1> | |
| MUI-SPLITS | |
| </h1> | |
| <section class="content"> |
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
| <!DOCTYPE html> | |
| <html> | |
| <head> | |
| <script src="http://code.jquery.com/jquery-git.js"></script> | |
| <script src="http://code.jquery.com/jquery-compat-git.js"></script> | |
| <meta charset="utf-8"> | |
| <title>JS Bin</title> | |
| <style id="jsbin-css"> | |
| body { font-family: sans-serif; } |
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>MUI-TABS</h1> | |
| <section class="content"> | |
| <h2>Standard Tabs</h2> | |
| <div class="mui-tabs"> | |
| <ul class="mui-tabs__controls"> | |
| <li class="mui-tabs__item"> | |
| <a class="mui-tabs__link" href="#css">CSS</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
| <h1>List Abstractions</h1> | |
| <section class="content"> | |
| <h2>List -- Vertical</h2> | |
| <ul class="mui-list"> | |
| <li>CSS</li> | |
| <li>XHTML</li> | |
| <li>Semantics</li> | |
| <li>Accessibility</li> | |
| <li>Usability</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
| // ---- | |
| // Sass (v3.4.7) | |
| // Compass (v1.0.1) | |
| // ---- | |
| %hand | |
| background: #ccc | |
| %foot | |
| background: #B0c | |
| %brain |
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) | |
| // ---- | |
| // Hacking made easy | |
| // --- | |
| // A couple of Sass functions | |
| // To ease the pain of dealing | |
| // With special values for IE |
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.14) | |
| // Compass (v1.0.0.rc.1) | |
| // ---- | |
| @for $i from 1 through 5 | |
| .col-#{$i} | |
| width: #{$i}px |
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
| .hexagon | |
| .hexTop | |
| .hexBottom |
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
| .box | |
| .icon | |
| .box | |
| .regular |