Skip to content

Instantly share code, notes, and snippets.

@ksakae1216
Created April 14, 2019 00:46
Embed
What would you like to do?
.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