2022-04-03 01:58:58 +02:00
|
|
|
|
2022-04-02 12:00:24 +02:00
|
|
|
.movie-container {
|
|
|
|
display: flex;
|
|
|
|
flex-wrap: wrap;
|
|
|
|
flex-direction: row;
|
|
|
|
justify-content: center;
|
|
|
|
}
|
|
|
|
|
|
|
|
.movie-block {
|
|
|
|
display: flex;
|
|
|
|
flex-direction: column;
|
|
|
|
margin: 1%;
|
|
|
|
align-items: center;
|
|
|
|
}
|
|
|
|
|
2022-04-03 01:58:58 +02:00
|
|
|
movie .genre {
|
|
|
|
text-align: center;
|
|
|
|
list-style: none;
|
|
|
|
border-radius: 10px;
|
|
|
|
padding: 10px;
|
|
|
|
margin-bottom: 10px;
|
|
|
|
color: #50713e;
|
|
|
|
background-color: #daf1e0;
|
|
|
|
}
|
|
|
|
|
|
|
|
.buttons-filters {
|
|
|
|
margin: 10px;
|
|
|
|
display: flex;
|
|
|
|
flex-wrap: wrap;
|
|
|
|
justify-content: space-around;
|
|
|
|
}
|
|
|
|
|
|
|
|
.filters {
|
|
|
|
list-style: none;
|
2022-04-02 12:00:24 +02:00
|
|
|
margin: 10px;
|
|
|
|
display: flex;
|
|
|
|
flex-wrap: wrap;
|
|
|
|
justify-content: space-around;
|
|
|
|
}
|