diff options
author | Miquel Lionel <lionelmiquel@sfr.fr> | 2020-11-10 10:54:21 +0100 |
---|---|---|
committer | Miquel Lionel <lionelmiquel@sfr.fr> | 2020-11-10 10:54:21 +0100 |
commit | 61839232124e7db4f9384aac04cf9334ce8c7be4 (patch) | |
tree | 24e0befb452368d09a0204d985bbb43c9e91d9ad /gpigeon.css | |
download | gpigeon-61839232124e7db4f9384aac04cf9334ce8c7be4.tar.gz gpigeon-61839232124e7db4f9384aac04cf9334ce8c7be4.zip |
Commit initial
On ajoute les fichiers. On normalise le nom des icônes en favicon.ico puis on
met la notif de suppression des fichiers au-dessus du tableau, plus pratique
si il y a BEAUCOUP de liens créés.
Diffstat (limited to 'gpigeon.css')
-rw-r--r-- | gpigeon.css | 26 |
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; +} |