Created
May 18, 2014 15:53
-
-
Save JanHoek/8771939ca60c970d585b to your computer and use it in GitHub Desktop.
CSS for a Widget Area with Featured image as background
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
.features { | |
background: url(images/default-featurebg.jpg) no-repeat center top; | |
clear: both; | |
min-height: 450px; | |
padding: 2%; | |
} | |
features-widgetarea { | |
padding: 2%; | |
float: right; | |
border-radius: 12px; | |
background-color: #ffffff; | |
color: #333; | |
font-size: 10px; | |
display: inline-block; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I think you missed the dot in front of
features-widgetarea
otherwise great script.