Draw nodes on the grid

This commit is contained in:
Ian Gulliver
2019-06-26 18:27:52 +00:00
parent 8a458cc4ba
commit c8cf54350d
2 changed files with 29 additions and 8 deletions

View File

@@ -124,3 +124,11 @@ body {
display: grid;
align-content: center;
}
.gridNode {
width: 100%;
height: 100%;
display: flex;
align-items: center;
justify-content: center;
}