Created
May 3, 2010 19:09
-
-
Save mrkurt/388467 to your computer and use it in GitHub Desktop.
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
@import "css3"; | |
@include border-radius(10px); | |
border: 1px solid yellow; | |
color: white; | |
position: relative; | |
min-height: 500px; | |
overflow: hidden; | |
background-color: #003300; | |
margin: 3% 30%; | |
h1{ | |
font-variant: small-caps; | |
} | |
.pullquote{ | |
margin: 0; | |
color: yellow; | |
float: right; | |
margin-top: -10px; | |
width: 260px; | |
font-size: 160%; | |
font-weigh: bold; | |
padding: 10px; | |
text-align: right; | |
} | |
#mask{ | |
position: absolute; | |
top: 0px; left: 0px; | |
width: 100%; | |
height: 515px; | |
@include opacity(0.5); | |
@include border-radius(10px); | |
} | |
#tagline{ | |
position: absolute; | |
bottom: 0px; | |
left: 0px; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment