Add files via upload

This commit is contained in:
Fernando Méndez
2021-05-18 21:37:02 +02:00
committed by GitHub
parent 0398094c5a
commit 94f76e7a82
9 changed files with 283 additions and 3 deletions

View File

@ -390,6 +390,31 @@
height: 75%;
}
}
/* Promotions */
.promotions {
max-width: 1000px;
margin: 0 auto;
display: flex;
}
.promotions img {
width: 100%;
height: 150px;
background-size: cover;
}
.promotions button {
margin-top: 5%;
}
.controls {
text-align: center;
}
/* Responsive layout */
@media (max-width: 750px) {
.promotions img {
width: 100%;
height: 50px;
}
}
/* Text Box */
.textbox {

View File

@ -426,6 +426,31 @@ main img {
width: 100%;
}
/* Promotions */
.promotions {
max-width: 1000px;
margin: 0 auto;
display: flex;
}
.promotions img {
width: 100%;
height: 150px;
background-size: cover;
}
.promotions button {
margin-top: 5%;
}
.controls {
text-align: center;
}
/* Responsive layout */
@media (max-width: 750px) {
.promotions img {
width: 100%;
height: 50px;
}
}
/* Percentage bar */
.bar {