From 0bdaee277909295ff4539df694d262d8becae9da Mon Sep 17 00:00:00 2001 From: Matthew Strapp Date: Fri, 12 Feb 2021 13:05:09 -0600 Subject: Help --- csci4131/hw2/strap012/style.css | 14 ++++++++++---- 1 file changed, 10 insertions(+), 4 deletions(-) (limited to 'csci4131/hw2/strap012/style.css') 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 +} -- cgit v1.2.3