Skip to content

Instantly share code, notes, and snippets.

@Phoen1x84
Created March 6, 2018 22:32
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 Phoen1x84/3a5564d29368e5dbc5fcd6feb9d14d8c to your computer and use it in GitHub Desktop.
Save Phoen1x84/3a5564d29368e5dbc5fcd6feb9d14d8c to your computer and use it in GitHub Desktop.
// quick code mock not tested
.banner {
background: #f1f1f1;
&__inner {
display: flex;
max-width: 1320px;
margin: 0 auto;
}
&__text {
color: #333;
font-size: 1em;
}
&__btn {
border-radius: 30px;
background: #333;
color: #fff;
padding: 10px;
text-align: center;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment