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

Form seem to be good, still working on it

parent 555ad676
Branches
No related merge requests found
...@@ -2,6 +2,9 @@ body { ...@@ -2,6 +2,9 @@ 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; margin: 0;
background: url("/assets/images/projects/web3.jpg");
background-position: center;
background-size: cover;
} }
/* header { /* header {
...@@ -11,11 +14,10 @@ body { ...@@ -11,11 +14,10 @@ body {
main { main {
/* width: 30rem; */ /* width: 30rem; */
/* margin: 3rem auto; */ padding: 3rem;
background: url("/assets/images/projects/web3.jpg");
height: 850px; height: 850px;
background-position: center; display: grid;
background-size: cover; grid-template-columns: 1fr 2fr;
} }
h1 { h1 {
...@@ -26,23 +28,19 @@ p { ...@@ -26,23 +28,19 @@ p {
margin: 30px 0 35px 0; margin: 30px 0 35px 0;
} }
section:first-child {
background-color: mediumvioletred;
}
section:last-child { section:last-child {
width: 30rem;
background-color: rgb(255, 255, 255); background-color: rgb(255, 255, 255);
backdrop-filter: blur(5px); backdrop-filter: blur(5px);
padding: 1rem; padding: 1rem;
border-radius: 6px; border-radius: 6px;
font-family: "Roboto", sans-serif; font-family: "Roboto", sans-serif;
margin: 0 auto;
box-shadow: 3px 3px 5px black; box-shadow: 3px 3px 5px black;
} }
/* form {
position: relative;
top: 150px;
left: 250px;
} */
input, input,
textarea { textarea {
width: 100%; width: 100%;
......
...@@ -8,10 +8,10 @@ header { ...@@ -8,10 +8,10 @@ header {
justify-content: space-between; justify-content: space-between;
align-items: center; align-items: center;
padding: 15px 60px; padding: 15px 60px;
position: absolute; /* position: absolute; */
width: 100%; width: 100%;
top: 0; /* top: 0;
left: 0; left: 0; */
box-sizing: border-box; /* Pour ne pas depasser la limite à gauche */ box-sizing: border-box; /* Pour ne pas depasser la limite à gauche */
} }
......
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