Skip to content

Instantly share code, notes, and snippets.

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 kunjee17/697315bb721ea911608b70b783fb1d7a to your computer and use it in GitHub Desktop.
Save kunjee17/697315bb721ea911608b70b783fb1d7a to your computer and use it in GitHub Desktop.
Component css
.flex-container {
display: flex;
flex-wrap: nowrap;
background-color: DodgerBlue;
}
.flex-container > div {
background-color: #f1f1f1;
width: 100px;
margin: 10px;
text-align: center;
line-height: 75px;
font-size: 30px;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment