forked from M3-Academy/practice-time-landing-page
feat(img): Adicionado img segundo notebook desktop e mobile
This commit is contained in:
parent
3e8dbbf221
commit
060db63d94
BIN
assets/images/img-pc-descktop.png
Normal file
BIN
assets/images/img-pc-descktop.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 947 KiB |
Before Width: | Height: | Size: 141 KiB After Width: | Height: | Size: 141 KiB |
@ -80,11 +80,19 @@ html, body{
|
|||||||
line-height: 24px;
|
line-height: 24px;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
}
|
}
|
||||||
|
/*----------------------------------------------------------------*/
|
||||||
|
|
||||||
|
.img-pc{
|
||||||
|
width: 100%;
|
||||||
|
}
|
||||||
|
|
||||||
@media screen and (max-width: 1024px) {
|
@media screen and (max-width: 1024px) {
|
||||||
.main-banner-desktop{
|
.main-banner-desktop{
|
||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
||||||
|
.img-pc-descktop{
|
||||||
|
display: none;
|
||||||
|
}
|
||||||
.top-infocard{
|
.top-infocard{
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
margin-top: 54px;
|
margin-top: 54px;
|
||||||
@ -117,13 +125,9 @@ html, body{
|
|||||||
.section-background{
|
.section-background{
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
padding: 36px 0;
|
padding: 36px 32px;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
@ -131,6 +135,9 @@ html, body{
|
|||||||
.main-banner-mobile{
|
.main-banner-mobile{
|
||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
||||||
|
.img-pc-mobile{
|
||||||
|
display: none;
|
||||||
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -64,6 +64,12 @@
|
|||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
<div>
|
||||||
|
<img class="img-pc img-pc-descktop" src="./assets/images/img-pc-descktop.png" alt="Imagem notebook tela colorida">
|
||||||
|
<img class="img-pc img-pc-mobile" src="./assets/images/img-pc-mobile.png" alt="Imagem notebook tela colorida">
|
||||||
|
</div>
|
||||||
|
|
||||||
</body>
|
</body>
|
||||||
|
|
||||||
</html>
|
</html>
|
Loading…
Reference in New Issue
Block a user