Merge pull request 'feature/section4' (#5) from feature/section4 into main

Reviewed-on: luizfelipe9627/practice-time-landing-page-luiz-felipe#5
This commit is contained in:
Luiz Felipe Silva 2022-10-18 18:55:49 +00:00
commit 97a4afdd32
5 changed files with 8 additions and 3 deletions

View File

@ -65,6 +65,11 @@
</p>
</div>
</section>
<section class="section4">
<img src="./src/assets/img/fundo-desktop2.png" class="fundo-desktop2" alt="Programação">
<img src="./src/assets/img/fundo-mobile2.png" class="fundo-mobile2" alt="Programação">
</section>
</main>
</body>
</html>

View File

@ -25,7 +25,7 @@ header {
/* SECTION 1 */
.section1 img {
.section1 img, .section4 img {
width: 100%;
height: auto;
}
@ -152,13 +152,13 @@ header {
/* RESPONSIVIDADE -> CELULAR */
@media screen and (max-width: 425px) {
.fundo-desktop {
.fundo-desktop, .fundo-desktop2 {
display: none;
}
}
@media screen and (min-width: 426px) {
.fundo-mobile {
.fundo-mobile, .fundo-mobile2 {
display: none;
}
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 947 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 141 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 236 KiB