Skip to content

Instantly share code, notes, and snippets.

@tkssharma
Created August 28, 2019 11:02
Show Gist options
  • Save tkssharma/e89093180e1dd6cb016c32744902f7fe to your computer and use it in GitHub Desktop.
Save tkssharma/e89093180e1dd6cb016c32744902f7fe to your computer and use it in GitHub Desktop.
.grid-container {
margin-top: 60px;
position: relative;
width: 970px;
margin: auto;
}
.grid-container .grid-columns {
text-align: left;
display: flex;
justify-content: space-between;
font-size: 0em;
margin: 0;
margin: 0%;
padding: 0%;
box-sizing: border-box;
}
.grid-container .grid-columns .grid-column {
width: 31%;
text-align: center;
margin: 10px;
padding: 10px;
margin-top: 1rem;
margin-bottom: 1rem;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment