diff options
author | arf20 <aruizfernandez05@gmail.com> | 2024-03-16 17:15:11 +0100 |
---|---|---|
committer | arf20 <aruizfernandez05@gmail.com> | 2024-03-16 17:15:11 +0100 |
commit | 3de91148bc3b634feb6d4b882c743317c517b8b0 (patch) | |
tree | 4bdaa7e70c4fcf2bcb46587fb59e142299b8cb5b /style.css | |
parent | da57beb574fb9f756a7de036e8003f75ec47432c (diff) | |
download | arfnet2-cstims-3de91148bc3b634feb6d4b882c743317c517b8b0.tar.gz arfnet2-cstims-3de91148bc3b634feb6d4b882c743317c517b8b0.zip |
Add client and admin panels
Diffstat (limited to 'style.css')
-rw-r--r-- | style.css | 8 |
1 files changed, 6 insertions, 2 deletions
@@ -22,12 +22,12 @@ body { font-size: 150%; } -.col { +.col5 { float: left; width: 50%; } -.col1 { +.col8 { float: left; width: 80%; } @@ -55,3 +55,7 @@ body { margin-top: 200px; } +table, th, td { + border: 1px solid black; +} + |