feature/section4 #5
@ -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>
|
@ -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;
|
||||||
}
|
}
|
||||||
}
|
}
|
BIN
src/assets/img/fundo-desktop2.png
Normal file
BIN
src/assets/img/fundo-desktop2.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 947 KiB |
BIN
src/assets/img/fundo-mobile2.png
Normal file
BIN
src/assets/img/fundo-mobile2.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 141 KiB |
Binary file not shown.
Before Width: | Height: | Size: 236 KiB |
Loading…
Reference in New Issue
Block a user