Created
January 30, 2012 21:08
-
-
Save fredrick/1706714 to your computer and use it in GitHub Desktop.
Fill image technique
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="main column left"> | |
<img src="/images/placeholder/graphic_630x420.jpg" alt="First 2012 Mission Creek Festival Announcement" /> | |
<div class="headline"> | |
<h3>First 2012 Mission Creek Festival Announcement</h3> | |
<p> | |
Iowa City’s Mission Creek Festival Returns March 27-April 1, 2012, and KRUI has the scoop on the star-studded line-up...and this is just the first announcement! | |
</p> | |
</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
/* Large feature */ | |
.main { | |
height: 420px; | |
width: 630px; | |
} | |
.main h3 { | |
font-size: 25px; | |
font-weight: 700; | |
} | |
.main p { | |
line-height: 18px; | |
} | |
.main img { | |
min-height: 100%; | |
min-width: 630px; | |
width: 100%; | |
z-index: -1; | |
} | |
.main .headline { | |
position: absolute; | |
width: 400px; | |
top: 450px; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment