Created
November 22, 2020 12:10
-
-
Save vyuvalv/042c6d2830219dc2787384c120fadc59 to your computer and use it in GitHub Desktop.
setting the container initial size
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
.board-container { | |
height:500px; | |
} | |
.board-canvas { | |
width:100%; | |
height:100%; | |
border:5px solid black; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment