Skip to content

Instantly share code, notes, and snippets.

@sohocoke
Last active August 29, 2015 13:55
Show Gist options
  • Save sohocoke/8774126 to your computer and use it in GitHub Desktop.
Save sohocoke/8774126 to your computer and use it in GitHub Desktop.
Generated by SassMeister.com.
<div class="page65">
<div></div>
<h2>section one</h2>
<p>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, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.</p>
<div></div>
<h2>section two</h2>
<p>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, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.</p>
<div></div>
<h2>section three</h2>
<p>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, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.</p>
</div>
// ----
// Sass (v3.3.0.rc.2)
// Compass (v1.0.0.alpha.17)
// ----
*, *:before, *:after
box-sizing: border-box
-moz-box-sizing: border-box
-webkit-box-sizing: border-box
@mixin clearFix()
&:after
content: ''
display: table
clear: both
@mixin byPage($pageNum)
@include clearFix
text-align: left
margin: auto
width: 800px
margin: 50px auto
background-color: #FFDA73
padding: 15px 50px
div
width: 200px
height: 200px
float: left
border: 1px solid black
text-align: right
position: relative
// TODO vertically align.
div + h2, h2 + p
display: inline-block
width: 60%
padding-left: 15px
margin-top: 0
.page65
@include byPage(65)
*, *:before, *:after {
box-sizing: border-box;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
}
.page65 {
text-align: left;
margin: auto;
width: 800px;
margin: 50px auto;
background-color: #ffda73;
padding: 15px 50px;
}
.page65:after {
content: "";
display: table;
clear: both;
}
.page65 div {
width: 200px;
height: 200px;
float: left;
border: 1px solid black;
text-align: right;
position: relative;
}
.page65 div + h2, .page65 h2 + p {
display: inline-block;
width: 60%;
padding-left: 15px;
margin-top: 0;
}
<div class="page65">
<div></div>
<h2>section one</h2>
<p>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, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.</p>
<div></div>
<h2>section two</h2>
<p>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, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.</p>
<div></div>
<h2>section three</h2>
<p>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, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.</p>
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment