Skip to content

Instantly share code, notes, and snippets.

@mrkurt
Created May 3, 2010 19:09
Show Gist options
  • Save mrkurt/388467 to your computer and use it in GitHub Desktop.
Save mrkurt/388467 to your computer and use it in GitHub Desktop.
@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