diff --git a/pages/css/style_services.css b/pages/css/style_services.css index da25c75..65ae31a 100644 --- a/pages/css/style_services.css +++ b/pages/css/style_services.css @@ -168,27 +168,37 @@ p { padding-left: 10px; } #boutton_formulaire { - width: 100%; + width: 200px; + height: 50px; display: flex; justify-content: space-around; flex-direction: row; margin-left: auto; align-items: center; + padding: 2px; + text-align: center; } .formulaire { + background-color: lightskyblue; padding: 10px; width: 40%; height: 300px; border: solid; display: flex; font-size: 20px; - padding: 15px; li { padding: 15px; } + ul { + list-style-type: none; + } } .center { width: 100%; display: flex; justify-content: center; } +#msg { + resize: none; + width: 200px; +} diff --git a/pages/services.html b/pages/services.html index add6030..e43d068 100644 --- a/pages/services.html +++ b/pages/services.html @@ -65,7 +65,7 @@
- +