From 61839232124e7db4f9384aac04cf9334ce8c7be4 Mon Sep 17 00:00:00 2001 From: Miquel Lionel Date: Tue, 10 Nov 2020 10:54:21 +0100 Subject: Commit initial MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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. --- gpigeon.css | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 gpigeon.css (limited to 'gpigeon.css') 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; +} -- cgit v1.2.3-70-g09d2