Created
March 11, 2015 15:29
-
-
Save bradrice/ab2864704e1d3c362440 to your computer and use it in GitHub Desktop.
Generated by SassMeister.com.
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="promo"> | |
| <h1>Students show impressive gains in retention and preparedness </h1> | |
| <div class="promo-tickler"> | |
| <p class="sd">The Fall 2014 entering class comes better prepared to succeed and joins thousands of current University of Akron students who are making significant strides in academic performance. | |
| <a href="/im/news/student-ldquo-census-rdquo-reflects-impressive-gains-in-retention-and-academic-preparedness" class="promo-link">Read more.</a></p> | |
| </div> | |
| <img src="http://placehold.it/150x160" class="featuredImg" /> | |
| <div style="clear:both;"></div> | |
| <div class="hr"><hr /></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
| // ---- | |
| // Sass (v3.4.12) | |
| // Compass (v1.0.3) | |
| // ---- | |
| $fullsize: 450px; | |
| .promo { | |
| width: $fullsize; | |
| } | |
| .promo-tickler { | |
| width: ($fullsize - 180); | |
| } | |
| .featuredImg { | |
| float: left; | |
| } |
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
| .promo { | |
| width: 450px; | |
| } | |
| .promo-tickler { | |
| width: 270px; | |
| } | |
| .featuredImg { | |
| float: left; | |
| } |
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="promo"> | |
| <h1>Students show impressive gains in retention and preparedness </h1> | |
| <div class="promo-tickler"> | |
| <p class="sd">The Fall 2014 entering class comes better prepared to succeed and joins thousands of current University of Akron students who are making significant strides in academic performance. | |
| <a href="/im/news/student-ldquo-census-rdquo-reflects-impressive-gains-in-retention-and-academic-preparedness" class="promo-link">Read more.</a></p> | |
| </div> | |
| <img src="http://placehold.it/150x160" class="featuredImg" /> | |
| <div style="clear:both;"></div> | |
| <div class="hr"><hr /></div> | |
| </div> | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment