Skip to content

Instantly share code, notes, and snippets.

@lyraddigital
Created August 20, 2019 02:49
Show Gist options
  • Save lyraddigital/1b8d5395f9b3adee246deb09b500b30e to your computer and use it in GitHub Desktop.
Save lyraddigital/1b8d5395f9b3adee246deb09b500b30e to your computer and use it in GitHub Desktop.
Adding grid code to make the main element a grid container that has one column that is centered and is 75vw wide
display: grid;
grid-template-columns: 85vw;
justify-content: center;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment