Draw nodes on the grid
This commit is contained in:
@@ -124,3 +124,11 @@ body {
|
||||
display: grid;
|
||||
align-content: center;
|
||||
}
|
||||
|
||||
.gridNode {
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user