Skip to content

Instantly share code, notes, and snippets.

@philipgledhill
Created August 11, 2015 10:02
Show Gist options
  • Save philipgledhill/0032ad28805d7efb1806 to your computer and use it in GitHub Desktop.
Save philipgledhill/0032ad28805d7efb1806 to your computer and use it in GitHub Desktop.
/** -----
Paste this code at...
Genesis → Dynamik Design → Responsive
@media only screen and (max-width: 839px) ----- */
/** ----- Headline and text colour ----- */
.first-row-wrap {
background: #000000;
}
.white-headline {
font-size: 32px;
color: #FFFFFF;
text-align: center;
}
.black-headline {
font-size: 32px;
color: #000000;
text-align: center;
}
.white-text {
text-align: center;
color: #FFFFFF;
font-size: 18px;
}
.black-text {
text-align: center;
color: #000000;
font-size: 18px;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment