Skip to content

Instantly share code, notes, and snippets.

@nathaningram
Created February 29, 2016 16:53
Show Gist options
  • Save nathaningram/353d9768bd49de26c059 to your computer and use it in GitHub Desktop.
Save nathaningram/353d9768bd49de26c059 to your computer and use it in GitHub Desktop.
Full Width Awesomeness Webinar - CSS for Full Width Featured Image
/* Full Width Blog Featured Image & Info */
#ni-blog-wrapper {
height: 75vh; /* 1vh = 1% of viewport height */
background-size: cover;
background-position: center center;
position: relative;
}
#ni-blog-info {
color: #fff;
text-shadow: 1px 1px 1px rgba(0,0,0,0.5);
background: rgba(0,0,0,0.25);
position: absolute;
bottom: 0;
padding: 25px 100px;
width: 50%;
border-top-right-radius: 25px;
}
h1.blog-info-title {
font-size: 3em;
font-weight: 300;
margin-bottom: 0;
}
.blog-info-excerpt p {
font-size: 1.3em;
margin: 1em 0;
}
.blog-info-meta {
font-size: .9em;
text-transform: uppercase;
letter-spacing: 2px;
}
.single-post .builder-module-content {
font-size: 1.1em;
padding: 0 10%;
font-family: 'Montserrat', sans-serif;
color: #646464;
line-height: 2em;
}
.single-post .builder-module-last-background-wrapper {
background: #2D3E4F;
height: 400px;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment