feature/section4 #5

Merged
luizfelipe9627 merged 4 commits from feature/section4 into main 2022-10-18 18:55:50 +00:00
5 changed files with 8 additions and 3 deletions

View File

@ -65,6 +65,11 @@
</p> </p>
</div> </div>
</section> </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> </main>
</body> </body>
</html> </html>

View File

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