From 0997ae3b66779cce75927a65515c3474f3cdf5fb Mon Sep 17 00:00:00 2001 From: Miquel Lionel Date: Wed, 18 Nov 2020 17:09:27 +0100 Subject: Changed the css. Tables are more marked now. --- gpigeon.css | 19 +++++++++++++++++-- 1 file changed, 17 insertions(+), 2 deletions(-) diff --git a/gpigeon.css b/gpigeon.css index 2431dc2..c823c80 100644 --- a/gpigeon.css +++ b/gpigeon.css @@ -1,6 +1,4 @@ html{ - width:100%; - height:100%; background-color:skyblue } @@ -24,3 +22,20 @@ table{ margin-top:10px; border: 1px solid black; } + +th,tr,td{ + border:1px solid black; +} + +#crypto_secu{ + border: 1px solid black; + margin:5%; + float:bottom; +} + +body{ + font-family:sans-serif; + width:80%; + margin:auto; + font-size:12pt; +} -- cgit v1.2.3-70-g09d2