diff options
author | Matthew Strapp <msattr@gmail.com> | 2021-02-12 13:05:09 -0600 |
---|---|---|
committer | Matthew Strapp <msattr@gmail.com> | 2021-02-12 13:05:09 -0600 |
commit | 0bdaee277909295ff4539df694d262d8becae9da (patch) | |
tree | ea22011288661407ef6df625fbbae8876c87c086 /csci4131/hw2/strap012/style.css | |
parent | do hw (diff) | |
download | homework-0bdaee277909295ff4539df694d262d8becae9da.tar homework-0bdaee277909295ff4539df694d262d8becae9da.tar.gz homework-0bdaee277909295ff4539df694d262d8becae9da.tar.bz2 homework-0bdaee277909295ff4539df694d262d8becae9da.tar.lz homework-0bdaee277909295ff4539df694d262d8becae9da.tar.xz homework-0bdaee277909295ff4539df694d262d8becae9da.tar.zst homework-0bdaee277909295ff4539df694d262d8becae9da.zip |
Help
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 +} |