diff options
-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; +} |