Skip to content

Instantly share code, notes, and snippets.

@Gioni06
Created November 3, 2019 19:41
Show Gist options
  • Save Gioni06/f13ac191158aafd82f30bc23c019daa4 to your computer and use it in GitHub Desktop.
Save Gioni06/f13ac191158aafd82f30bc23c019daa4 to your computer and use it in GitHub Desktop.
.col-3-grid {
display: grid;
grid-template-columns: 1fr 1fr 1fr;
column-gap: 20px;
}
.col {
padding: 20px;
background-color: #e6e5e5;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment