commencement de la 'page search'

This commit is contained in:
MiharyR 2021-10-27 01:48:30 +02:00
parent 5f4ecfc7b3
commit 58d80d1a6b
47 changed files with 889 additions and 84 deletions

View file

@ -0,0 +1,41 @@
.conteneur {
text-align: center;
max-width: 100%;
max-height: 100vh;
overflow-x: hidden;
overflow-y: hidden;
}
.blocMilieu1 {
height: 70vh;
margin-bottom: 70px
}
.inputSearchBar {
width: 50%;
}
.btnRechercher {
border: solid black 1px;
border-radius: 5px;
}
.conteneurPubGauche {
border: solid black 2px;
height: 75vh;
margin-left: 20px;
}
.conteneurPubDroite {
border: solid black 2px;
height: 75vh;
margin-right: 20px;
}
.conteneurPubBas {
//width: 80%;
//margin-left: auto;
//margin-right: auto;
height: 100%;
border: solid black 2px;
}