You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
57 lines
763 B
57 lines
763 B
html{
|
|
background-color: black;
|
|
}
|
|
|
|
#listSources{
|
|
border: black;
|
|
padding: 10px;
|
|
border-radius: 30px;
|
|
background-color: white;
|
|
width: 90%;
|
|
}
|
|
|
|
#listSourceBottom{
|
|
border-top: solid;
|
|
padding-top: 10px;
|
|
text-align: center;
|
|
}
|
|
|
|
.bouton{
|
|
margin: 10px;
|
|
background-color: white;
|
|
padding: 10px;
|
|
border-radius: 30px;
|
|
text-align: center;
|
|
width: 90%;
|
|
}
|
|
|
|
.buttonClick{
|
|
padding: 10px;
|
|
width: 75%;
|
|
}
|
|
|
|
.source{
|
|
display: flex;
|
|
align-items: center;
|
|
}
|
|
|
|
#pageRight{
|
|
width: 50%;
|
|
display: flex;
|
|
flex-direction: column;
|
|
align-items: center;
|
|
}
|
|
|
|
#pageLeft{
|
|
width: 50%;
|
|
display: flex;
|
|
flex-direction: column;
|
|
align-items: center;
|
|
}
|
|
|
|
#page{
|
|
display: flex;
|
|
width: 100%;
|
|
}
|
|
|