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 {
|
||||
/* background-color: white; */
|
||||
background-color: #8EC5FC;
|
||||
background-image: linear-gradient(62deg, #8EC5FC 0%, #E0C3FC 100%);
|
||||
.container {
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
height: 100vh; /* 100% de la hauteur de la vue */
|
||||
}
|
||||
|
||||
.formulaire-modification {
|
||||
width: 50%;
|
||||
padding: 20px;
|
||||
border-radius: 10px;
|
||||
box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); /* Ajoute une ombre légère */
|
||||
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 */
|
||||
}
|
Loading…
Reference in new issue