Created
November 20, 2014 01:28
-
-
Save JohnRiv/8acb3e05d7e007022720 to your computer and use it in GitHub Desktop.
Generated by SassMeister.com.
This file contains 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="sassy">Sassy Philly!</li> |
This file contains 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.2.19) | |
// Compass (v0.12.6) | |
// ---- | |
$blue: #063886; | |
$padding: 20px; | |
.sassy { | |
border: 10px solid $blue; | |
width: 400px-$padding; | |
background-image: url(http://c2233832.cdn.cloudfiles.rackspacecloud.com/skyline.jpg); | |
background-size: 100%; | |
padding: $padding; | |
height: 275px-$padding; | |
} | |
div { | |
color: #fff; | |
border-radius: 3px; | |
font-family: Helvetica; | |
text-align: center; | |
font-size: 30px; | |
margin: 20px auto; | |
} |
This file contains 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
.sassy { | |
border: 10px solid #063886; | |
width: 380px; | |
background-image: url(http://c2233832.cdn.cloudfiles.rackspacecloud.com/skyline.jpg); | |
background-size: 100%; | |
padding: 20px; | |
height: 255px; | |
} | |
div { | |
color: #fff; | |
border-radius: 3px; | |
font-family: Helvetica; | |
text-align: center; | |
font-size: 30px; | |
margin: 20px auto; | |
} |
This file contains 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="sassy">Sassy Philly!</li> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment