Skip to content

Instantly share code, notes, and snippets.

@NyaGarcia
Created May 20, 2022 12:35
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 NyaGarcia/4a190eac2f6dcb6abc45d855070e2938 to your computer and use it in GitHub Desktop.
Save NyaGarcia/4a190eac2f6dcb6abc45d855070e2938 to your computer and use it in GitHub Desktop.
.header {
display: flex;
justify-content: center;
img {
height: 150px;
margin-bottom: 60px;
}
}
.container {
margin: 50px;
.nav {
display: flex;
justify-content: flex-end;
margin-bottom: 20px;
}
.content {
display: grid;
grid-template-columns: 60% 40%;
.list-header {
align-items: center;
display: flex;
justify-content: space-between;
padding: 0 30px;
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment