Skip to content

Instantly share code, notes, and snippets.

@ksakae1216
Created April 14, 2019 00:46
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 ksakae1216/0eae53bcbb9d3e93aaa7a4b2c4101587 to your computer and use it in GitHub Desktop.
Save ksakae1216/0eae53bcbb9d3e93aaa7a4b2c4101587 to your computer and use it in GitHub Desktop.
.loginArea{
display: grid;
height: 100%;
width: 100%;
grid-template-columns: 1fr 500px 1fr;
grid-template-rows: 100px 300px 1fr;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment