Skip to content

Instantly share code, notes, and snippets.

@TechnotronicOz
Created June 12, 2013 13:37
Show Gist options
  • Save TechnotronicOz/5765308 to your computer and use it in GitHub Desktop.
Save TechnotronicOz/5765308 to your computer and use it in GitHub Desktop.
<div class="genesis-display">
<div class="genesis-screen">
<div class="genesis-inner">
<span class="headline">Genesis 2.0</span>
<span class="tagline">HTML5 and Mobile Responsive</span>
</div>
</div>
<div class="genesis-stand"></div>
<div class="genesis-platform"></div>
</div>
/* Genesis Display
------------------------------------------------------------ */
.genesis-display {
background: #79c9c3;
color: #fff;
font-family: 'proxima-nova', sans-serif;
padding: 80px;
padding: 8rem;
text-align: center;
}
.genesis-screen::before {
color: #79c9c3;
content: '\25CF';
font-size: 12px;
font-size: 1.2rem;
}
.genesis-screen {
background: #fff;
border-radius: 5px;
padding: 0 25px;
padding: 0 2.5rem;
}
.genesis-screen::after {
color: #79c9c3;
content: '\25CF';
font-size: 36px;
font-size: 3.6rem;
}
.genesis-inner {
background: #79c9c3;
border-radius: 5px;
padding: 80px 0;
padding: 8rem 0;
}
span.headline {
font-size: 60px;
font-size: 6rem;
margin-bottom: 20px;
margin-bottom: 2rem;
line-height: 1;
}
span.tagline {
font-size: 16px;
font-size: 1.6rem;
font-weight: 600;
letter-spacing: 2px;
letter-spacing: 0.2rem;
text-transform: uppercase;
}
.genesis-stand {
background: #fff;
height: 30px;
margin: 2px auto;
margin: 0.2rem auto;
width: 20%;
}
.genesis-platform {
background: #fff;
height: 3px;
margin: 0 auto;
width: 50%;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment