Skip to content

Instantly share code, notes, and snippets.

@phocks
Forked from JanHoek/featurebg.css
Created April 13, 2016 06:17
Show Gist options
  • Save phocks/fcd5b9de9e77026538ad3dcc2b4aa19d to your computer and use it in GitHub Desktop.
Save phocks/fcd5b9de9e77026538ad3dcc2b4aa19d to your computer and use it in GitHub Desktop.
CSS for a Widget Area with Featured image as background
.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