continuation de la page 'search', mise en place des pubs
This commit is contained in:
parent
45f9057490
commit
8784c290ca
37 changed files with 559 additions and 258 deletions
|
|
@ -1,3 +1,10 @@
|
|||
.myContainer {
|
||||
max-width: 100vw;
|
||||
height: 100vh;
|
||||
overflow-x: hidden;
|
||||
font-size: x-large;
|
||||
}
|
||||
|
||||
h1 {
|
||||
text-align: center;
|
||||
margin-bottom: 30px;
|
||||
|
|
@ -6,17 +13,25 @@ h1 {
|
|||
.boite {
|
||||
margin-left: auto;
|
||||
margin-right: auto;
|
||||
width: 450px;
|
||||
width: 30%;
|
||||
margin-top: 50vh;
|
||||
transform: translateY(-100%);
|
||||
border: solid 3px black;
|
||||
border: solid 3px;
|
||||
border-radius: 10px;
|
||||
padding: 20px 40px 20px 20px;
|
||||
background-color: #dcdcdc;
|
||||
}
|
||||
.lightTheme .boite {
|
||||
border-color: black;
|
||||
}
|
||||
.darkTheme .boite {
|
||||
border-color: white;
|
||||
}
|
||||
|
||||
|
||||
|
||||
.row {
|
||||
margin: 15px 0px 15px 0px
|
||||
margin: 25px 0px 25px 0px
|
||||
}
|
||||
|
||||
.label {
|
||||
|
|
@ -27,7 +42,7 @@ h1 {
|
|||
|
||||
.champ {
|
||||
margin: 0px;
|
||||
padding: 0px
|
||||
padding: 0px;
|
||||
}
|
||||
|
||||
input {
|
||||
|
|
|
|||
Reference in a new issue