Skip to content

Instantly share code, notes, and snippets.

@CreativeSeo33
Created July 3, 2015 20:29
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save CreativeSeo33/0ed9d2fcecc3ee05b8ed to your computer and use it in GitHub Desktop.
Save CreativeSeo33/0ed9d2fcecc3ee05b8ed to your computer and use it in GitHub Desktop.
scss
.numbers {
@include gradient-horizontal(#050a10, #0d1e32, 0%, 67%);
color: #fff;
font-size: 16px;
font-weight: 300;
padding: 0;
text-align: center;
> div {
div {
padding: 40px 0;
span {
font-size: 83px;
font-weight: 700;
}
&:first-child {
background-color:#060F18
}
&:nth-child(2) {
background-color:#071321
}
&:nth-child(3) {
background-color:#0B1829
}
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment