Skip to content

Instantly share code, notes, and snippets.

@jdelia
Last active August 29, 2015 14:14
Show Gist options
  • Save jdelia/5a35c607ff1074ead934 to your computer and use it in GitHub Desktop.
Save jdelia/5a35c607ff1074ead934 to your computer and use it in GitHub Desktop.
Winning Agent Theme - Shading the home-welcome message
.home-welcome .widget-wrap {
background-color: rgb(0, 0, 0);
background-color: rgba(0, 0, 0, .4);
padding: 30px;
}
.home-welcome {
background-color: rgb(0, 0, 0);
background-color: rgba(0, 0, 0, .2);
}
.home-welcome .wrap {
color: #fff;
font-size: 24px;
margin: 0 auto;
padding: 150px 0 0 0;
text-align: center;
max-width:100%;
}
.social-footer {
margin-top: -50px;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment