aboutsummaryrefslogtreecommitdiff
path: root/styles.css
diff options
context:
space:
mode:
authorMiquel Lionel <lionelmiquel@sfr.fr>2021-02-28 11:35:59 +0100
committerMiquel Lionel <lionelmiquel@sfr.fr>2021-02-28 11:35:59 +0100
commit78980dcae3e038072ef72b4cc55020d5a95c8b79 (patch)
tree982658c794bec1e719602ee0e8c829a5e40c067b /styles.css
parent9ec78d0f98fa72293755052a989a34d09d08bb90 (diff)
downloadgpigeon-78980dcae3e038072ef72b4cc55020d5a95c8b79.tar.gz
gpigeon-78980dcae3e038072ef72b4cc55020d5a95c8b79.zip
use template instead of writing perl in perl
- also renamed gpigeon.css -> styles.css. more standard - utf-8 rules. other charset can't defeat him.
Diffstat (limited to 'styles.css')
-rw-r--r--styles.css35
1 files changed, 35 insertions, 0 deletions
diff --git a/styles.css b/styles.css
new file mode 100644
index 0000000..2739deb
--- /dev/null
+++ b/styles.css
@@ -0,0 +1,35 @@
+html{
+ background-color:skyblue
+}
+
+th{
+ padding:10px;
+ font-size:110%;
+}
+
+td{
+ text-align:center;
+ padding: 5px ;
+}
+
+input{
+ padding:10px;
+ margin:5px;
+ margin-top:10px;
+}
+
+table{
+ margin-top:10px;
+ border: 1px solid black;
+}
+
+th,tr,td{
+ border:1px solid black;
+}
+
+body{
+ font-family:sans-serif;
+ width:80%;
+ margin:auto;
+ font-size:12pt;
+}