Skip to content
Snippets Groups Projects
Commit 12f42aa6 authored by DIALLO ABDOUL-AZIZ's avatar DIALLO ABDOUL-AZIZ
Browse files

Always working on the form page

parent cb5ad0c5
Branches
No related merge requests found
...@@ -13,16 +13,19 @@ main { ...@@ -13,16 +13,19 @@ main {
/* width: 30rem; */ /* width: 30rem; */
/* margin: 3rem auto; */ /* margin: 3rem auto; */
background: url("/assets/images/projects/web3.jpg"); background: url("/assets/images/projects/web3.jpg");
height: 800px; height: 850px;
background-position: center; background-position: center;
background-size: cover; background-size: cover;
} }
h1 { h1 {
margin-top: 0;
text-align: center; text-align: center;
} }
p {
margin: 30px 0 35px 0;
}
form { form {
width: 30rem; width: 30rem;
background-color: rgb(255, 255, 255); background-color: rgb(255, 255, 255);
...@@ -33,10 +36,9 @@ form { ...@@ -33,10 +36,9 @@ form {
box-shadow: 3px 3px 5px black; box-shadow: 3px 3px 5px black;
} }
h1,
form { form {
position: relative; position: relative;
top: 120px; top: 150px;
left: 250px; left: 250px;
} }
......
...@@ -31,8 +31,13 @@ ...@@ -31,8 +31,13 @@
</nav> </nav>
</header> </header>
<main> <main>
<h1>Contactez-moi</h1> <!-- <h1>Contactez-moi</h1> -->
<form action=""> <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="text" name="user-name" id="surname" placeholder="Prénom" />
<input type="email" id="email" name="user-email" placeholder="Email" /> <input type="email" id="email" name="user-email" placeholder="Email" />
...@@ -48,7 +53,7 @@ ...@@ -48,7 +53,7 @@
name="" name=""
id="" id=""
cols="30" cols="30"
rows="10" rows="5"
placeholder="Rédiger votre message" placeholder="Rédiger votre message"
></textarea> ></textarea>
<button>Soumettre</button> <button>Soumettre</button>
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment