diff options
author | Miquel Lionel <lionelmiquel@sfr.fr> | 2020-11-18 17:09:27 +0100 |
---|---|---|
committer | Miquel Lionel <lionelmiquel@sfr.fr> | 2020-11-18 17:30:56 +0100 |
commit | 0997ae3b66779cce75927a65515c3474f3cdf5fb (patch) | |
tree | 97bff468b20ea794044d10292b79d587e73dfe96 | |
parent | 37ef8a673a7e69085b54ccf34d2a0478b5ac7973 (diff) | |
download | gpigeon-0997ae3b66779cce75927a65515c3474f3cdf5fb.tar.gz gpigeon-0997ae3b66779cce75927a65515c3474f3cdf5fb.zip |
Changed the css. Tables are more marked now.
-rw-r--r-- | gpigeon.css | 19 |
1 files 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; +} |