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

Change the design of the form

parent de36cbe0
Branches
No related merge requests found
body { body {
/* background: linear-gradient(90deg, rgb(228, 220, 220), rgb(148, 138, 138)); */ /* background: linear-gradient(90deg, rgb(228, 220, 220), rgb(148, 138, 138));
background-color: rgba(182, 170, 170, 0.886); background-color: rgba(182, 170, 170, 0.886); */
margin: 0;
} }
header { /* header {
position: static; position: absolute;
background: linear-gradient(30deg, rgb(252, 233, 233), rgb(195, 189, 189)); background: linear-gradient(30deg, rgb(252, 233, 233), rgb(195, 189, 189));
} } */
main { main {
width: 30rem; /* width: 30rem; */
margin: 3rem auto; /* margin: 3rem auto; */
background: url("/assets/images/projects/web3.jpg");
height: 800px;
background-position: center;
background-size: cover;
} }
h1 { h1 {
margin-top: 0;
text-align: center; text-align: center;
} }
form { form {
width: 30rem;
background-color: rgb(255, 255, 255); background-color: rgb(255, 255, 255);
padding: 1rem; padding: 1rem;
border-radius: 6px; border-radius: 6px;
font-family: "Roboto", sans-serif; font-family: "Roboto", sans-serif;
box-shadow: 3px 3px 3px black; margin: 0 auto;
box-shadow: 3px 3px 5px black;
}
h1,
form {
position: relative;
top: 120px;
left: 250px;
} }
input, input,
...@@ -80,4 +95,5 @@ button { ...@@ -80,4 +95,5 @@ button {
button:hover { button:hover {
background: rgba(0, 105, 217, 1); background: rgba(0, 105, 217, 1);
border-color: rgb(0, 105, 217, 1);
} }
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