Skip to content

Instantly share code, notes, and snippets.

Created October 8, 2016 13:52
Show Gist options
  • Save anonymous/7366a40c36dd1599d80e5fa84207c84b to your computer and use it in GitHub Desktop.
Save anonymous/7366a40c36dd1599d80e5fa84207c84b to your computer and use it in GitHub Desktop.
Modulr.css: Example Content - Intro
<!-- 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 -->
<script src="https://code.jquery.com/jquery-1.12.3.min.js"></script>
<script src="https://decorator.io/cdn/navbar.js"></script>
/*
Modulr.css
---------------------
@desc: Modular CSS Framework
@author: Decorator.io
@twitter: https://www.twitter.com/_uloga
@source: http://www.decorator.io/modulr
\--------------------------------------------*/
<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