A Pen by Alan Museljic on CodePen.
Created
October 8, 2016 13:52
-
-
Save anonymous/7366a40c36dd1599d80e5fa84207c84b to your computer and use it in GitHub Desktop.
Modulr.css: Example Content - Intro
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
| <!-- Content Row Start --> | |
| <div class="row padding-40 light-silver tablet-padding"> | |
| <!-- Wrapper Start --> | |
| <div class="wrapper960 center"> | |
| <div class="row"> | |
| <!-- Left Column Start --> | |
| <div class="col-6 gray"> | |
| <img class="pull-left width-100" src="https://decorator.io/media/placeholder.jpg" /> | |
| </div> | |
| <!-- Left Column End --> | |
| <!-- Right Column Start --> | |
| <div class="col-6 padding-left-40 padding-v-30 tablet-padding -tablet-padding-left"> | |
| <!-- Intro Start --> | |
| <div class="row"> | |
| <h3 class="text-blue">Modulr.css</h3> | |
| <p class="text-16 margin-top"> | |
| Lorem Ipsum is simply dummy text of the printing and typesetting industry. | |
| Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, | |
| </p> | |
| </div> | |
| <!-- Intro End --> | |
| <!-- Browsers Start --> | |
| <div class="row padding-top-20"> | |
| <h5 class="padding-bottom-10 pull-left width-100">Supported Browsers:</h5> | |
| <a href="#" class="btn icon l blue border round"><i class="fa fa-chrome"></i></a> | |
| <a href="#" class="btn icon l blue border round"><i class="fa fa-firefox"></i></a> | |
| <a href="#" class="btn icon l blue border round"><i class="fa fa-safari"></i></a> | |
| <a href="#" class="btn icon l blue border round"><i class="fa fa-edge"></i></a> | |
| </div> | |
| <!-- Browsers End --> | |
| </div> | |
| </div> | |
| <!-- Right Column Start --> | |
| </div> | |
| <!-- Wrapper Emd --> | |
| </div> | |
| <!-- Content Row End --> |
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
| <script src="https://code.jquery.com/jquery-1.12.3.min.js"></script> | |
| <script src="https://decorator.io/cdn/navbar.js"></script> |
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
| /* | |
| Modulr.css | |
| --------------------- | |
| @desc: Modular CSS Framework | |
| @author: Decorator.io | |
| @twitter: https://www.twitter.com/_uloga | |
| @source: http://www.decorator.io/modulr | |
| \--------------------------------------------*/ |
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
| <link href="https://maxcdn.bootstrapcdn.com/font-awesome/4.5.0/css/font-awesome.min.css" rel="stylesheet" /> | |
| <link href="https://fonts.googleapis.com/css?family=Raleway:300,400,500,600,700,800" rel="stylesheet" /> | |
| <link href="https://decorator.io/cdn/modulr.min.css" rel="stylesheet" /> | |
| <link href="https://decorator.io/cdn/modules/tooltip.min.css" rel="stylesheet" /> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment