diff --git a/css/formulaire.css b/css/formulaire.css index 08bccea..50e9de3 100644 --- a/css/formulaire.css +++ b/css/formulaire.css @@ -1,24 +1,72 @@ +html{ + background-image: none; +} + h1 { + font-size: 4em; + font-style: italic; + font-weight: bold; text-align: center; } legend { margin: 0 auto; margin-top: 3%; + font-size:3em; } fieldset{ + text-align: justify; margin: 0 auto; - width: 70%; + border-radius: 10px; + border-width: 5px; + border-style: solid; + border-color: aqua; + width: 50%; } -form { +form{ text-align: center; } -input[type="submit"]{ + +input[type="text"]{ font-size: 15px; padding: 5px; } +input[type="submit"]{ + text-align:center; + font-size: 15px; + margin-top:10px; + padding: 5px; +} + +div{ + margin: 10px 0px 10px 0px; +} + +#div_submit{ + align-content: center; +} + +form select input{ + margin-bottom: 10px; +} + +#localisation_fieldset input{ + margin:10px; +} + +#localisation_fieldset select{ + margin:10px; +} + +#population_fieldset input{ + margin:10px; +} + +#product_fieldset label{ + margin-right: 10px; +} diff --git a/formulaire.html b/formulaire.html index 20c8347..6ad83c9 100644 --- a/formulaire.html +++ b/formulaire.html @@ -10,125 +10,151 @@