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:
commit
97a4afdd32
@ -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>
|
@ -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;
|
||||
}
|
||||
}
|
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