aboutsummaryrefslogtreecommitdiff
path: root/gpigeon.css
diff options
context:
space:
mode:
Diffstat (limited to 'gpigeon.css')
-rw-r--r--gpigeon.css26
1 files changed, 26 insertions, 0 deletions
diff --git a/gpigeon.css b/gpigeon.css
new file mode 100644
index 0000000..2431dc2
--- /dev/null
+++ b/gpigeon.css
@@ -0,0 +1,26 @@
+html{
+ width:100%;
+ height:100%;
+ 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;
+}