parent
3b2cf13462
commit
cd779622f0
@ -0,0 +1,13 @@
|
|||||||
|
/* .container {
|
||||||
|
display: flex;
|
||||||
|
justify-content: center;
|
||||||
|
align-items: center;
|
||||||
|
height: 100vh; /* 100% de la hauteur de la vue */
|
||||||
|
}
|
||||||
|
|
||||||
|
.formulaire-modification {
|
||||||
|
width: 50%;
|
||||||
|
padding: 20px;
|
||||||
|
box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); /* Ajoute une ombre au formulaire */
|
||||||
|
border-radius: 10px; /* Ajoute des bords arrondis au formulaire */
|
||||||
|
} */
|
@ -1,9 +1,13 @@
|
|||||||
.test {
|
.container {
|
||||||
/* background-color: white; */
|
display: flex;
|
||||||
background-color: #8EC5FC;
|
justify-content: center;
|
||||||
background-image: linear-gradient(62deg, #8EC5FC 0%, #E0C3FC 100%);
|
align-items: center;
|
||||||
|
height: 100vh; /* 100% de la hauteur de la vue */
|
||||||
|
}
|
||||||
|
|
||||||
|
.formulaire-modification {
|
||||||
|
width: 50%;
|
||||||
padding: 20px;
|
padding: 20px;
|
||||||
border-radius: 10px;
|
box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); /* Ajoute une ombre au formulaire */
|
||||||
box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); /* Ajoute une ombre légère */
|
border-radius: 10px; /* Ajoute des bords arrondis au formulaire */
|
||||||
}
|
}
|
Loading…
Reference in new issue