Created
October 26, 2017 22:03
-
-
Save danbru1989/5d2647b7e6a6b68d7d091c25a7bf45ea to your computer and use it in GitHub Desktop.
This file contains 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
table { | |
table-layout: fixed; | |
width: 100%; | |
} | |
tr { | |
height: 12vw; /* Set this to whatever amount forms square cells */ | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment