aboutsummaryrefslogtreecommitdiff
path: root/style.css
diff options
context:
space:
mode:
authorarf20 <aruizfernandez05@gmail.com>2024-03-16 17:15:11 +0100
committerarf20 <aruizfernandez05@gmail.com>2024-03-16 17:15:11 +0100
commit3de91148bc3b634feb6d4b882c743317c517b8b0 (patch)
tree4bdaa7e70c4fcf2bcb46587fb59e142299b8cb5b /style.css
parentda57beb574fb9f756a7de036e8003f75ec47432c (diff)
downloadarfnet2-cstims-3de91148bc3b634feb6d4b882c743317c517b8b0.tar.gz
arfnet2-cstims-3de91148bc3b634feb6d4b882c743317c517b8b0.zip
Add client and admin panels
Diffstat (limited to 'style.css')
-rw-r--r--style.css8
1 files changed, 6 insertions, 2 deletions
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;
+}
+