From 3de91148bc3b634feb6d4b882c743317c517b8b0 Mon Sep 17 00:00:00 2001 From: arf20 Date: Sat, 16 Mar 2024 17:15:11 +0100 Subject: Add client and admin panels --- style.css | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'style.css') diff --git a/style.css b/style.css index a02aae1..7b0958b 100644 --- a/style.css +++ b/style.css @@ -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; +} + -- cgit v1.2.3