diff options
Diffstat (limited to 'csci4131/hw2/strap012/style.css')
-rw-r--r-- | csci4131/hw2/strap012/style.css | 14 |
1 files changed, 10 insertions, 4 deletions
diff --git a/csci4131/hw2/strap012/style.css b/csci4131/hw2/strap012/style.css index be19954..8b92eaa 100644 --- a/csci4131/hw2/strap012/style.css +++ b/csci4131/hw2/strap012/style.css @@ -3,6 +3,11 @@ margin-left: 20px; background-color: white; } + +label { + color: black; +} + #bigboi { float: right; height: auto; @@ -15,13 +20,14 @@ } .grid { - display: grid; + display: inline-grid; grid-template-columns: auto auto auto; - align-content: center; + grid-gap: 2%; } .griditem { - padding: .3em; + align-content: center; + padding: 1%; } table, th, td { @@ -46,4 +52,4 @@ iframe { body { background-color:antiquewhite; -}
\ No newline at end of file +} |