From 2ca0982f6ee7181e701680d9ee63108bc34028d3 Mon Sep 17 00:00:00 2001 From: newick Date: Tue, 25 Sep 2018 17:37:06 +0200 Subject: [PATCH] Habillage minimum de l'accueil --- public/index.html | 11 +++++++---- public/style.css | 41 +++++++++++++++++++++++++++-------------- 2 files changed, 34 insertions(+), 18 deletions(-) diff --git a/public/index.html b/public/index.html index 5cd639dd..efdf5d8a 100644 --- a/public/index.html +++ b/public/index.html @@ -12,6 +12,7 @@ + @@ -22,15 +23,17 @@

Framadate est un service en ligne permettant de planifier un rendez-vous ou prendre des décisions rapidement et simplement

- + C'est parti

Où sont mes sondages ?

-

Vous ne savez plus où sont vos sondages ? C'est par ici que ça se passe !

- - +
+ + + +
diff --git a/public/style.css b/public/style.css index 3eae4084..dd835e74 100644 --- a/public/style.css +++ b/public/style.css @@ -1,24 +1,37 @@ body { - font-family: sans-serif; + max-width: 320px; margin: auto; - max-width: 1280px; + padding: 30px 20px; + font-family: sans-serif; + font-size: 14px; } -.navbar { - background-color: #313236; - border-radius: 2px; - max-width: 800px; +/* Titres */ +h1 { + text-align: center; + font-size: 20px; } -.navbar a { - color: #aaa; - display: inline-block; - font-size: 15px; - padding: 10px; - text-decoration: none; +/* Formulaires */ +.btn, +button, +[type="submit"] { + display: block; + width: 200px; + margin: 10px auto auto; + padding: 8px 16px; + text-align: center; + color: blue; + border: 1px solid blue; + border-radius: 4px; } -.navbar a:hover { - color: #ffffff; +label, +input { + display: inline; } +/* Apparence */ +section:not(:last-of-type) { + margin-bottom: 30px; +} \ No newline at end of file