From 12f42aa6b39293559a1c79021181702bf06b9b9c Mon Sep 17 00:00:00 2001 From: abdoul aziz diallo <abdoul-aziz.diallo@etu.unistra.fr> Date: Tue, 14 Feb 2023 15:19:30 +0100 Subject: [PATCH] Always working on the form page --- assets/css/contact.css | 10 ++++++---- contact.html | 9 +++++++-- 2 files changed, 13 insertions(+), 6 deletions(-) diff --git a/assets/css/contact.css b/assets/css/contact.css index f5b628e..95e08f0 100644 --- a/assets/css/contact.css +++ b/assets/css/contact.css @@ -13,16 +13,19 @@ main { /* width: 30rem; */ /* margin: 3rem auto; */ background: url("/assets/images/projects/web3.jpg"); - height: 800px; + height: 850px; background-position: center; background-size: cover; } h1 { - margin-top: 0; text-align: center; } +p { + margin: 30px 0 35px 0; +} + form { width: 30rem; background-color: rgb(255, 255, 255); @@ -33,10 +36,9 @@ form { box-shadow: 3px 3px 5px black; } -h1, form { position: relative; - top: 120px; + top: 150px; left: 250px; } diff --git a/contact.html b/contact.html index 5af0b6e..316b027 100644 --- a/contact.html +++ b/contact.html @@ -31,8 +31,13 @@ </nav> </header> <main> - <h1>Contactez-moi</h1> + <!-- <h1>Contactez-moi</h1> --> <form action=""> + <h1>CONTACTEZ-MOI</h1> + <p> + Merci de l'intérêt que vous portez a mon profile. Veuillez utiliser ce + formulaire pour nous contacter. Réponse rapide assurée ! + </p> <input type="text" name="user-name" id="surname" placeholder="Prénom" /> <input type="email" id="email" name="user-email" placeholder="Email" /> @@ -48,7 +53,7 @@ name="" id="" cols="30" - rows="10" + rows="5" placeholder="Rédiger votre message" ></textarea> <button>Soumettre</button> -- GitLab