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;
|
||||
text-align: center;
|
||||
}
|
||||
/*----------------------------------------------------------------*/
|
||||
|
||||
.img-pc{
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
@media screen and (max-width: 1024px) {
|
||||
.main-banner-desktop{
|
||||
display: none;
|
||||
}
|
||||
.img-pc-descktop{
|
||||
display: none;
|
||||
}
|
||||
.top-infocard{
|
||||
flex-direction: column;
|
||||
margin-top: 54px;
|
||||
@ -117,13 +125,9 @@ html, body{
|
||||
.section-background{
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
padding: 36px 0;
|
||||
padding: 36px 32px;
|
||||
align-items: center;
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
}
|
||||
|
||||
|
||||
@ -131,6 +135,9 @@ html, body{
|
||||
.main-banner-mobile{
|
||||
display: none;
|
||||
}
|
||||
.img-pc-mobile{
|
||||
display: none;
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
|
@ -64,6 +64,12 @@
|
||||
|
||||
</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>
|
||||
|
||||
</html>
|
Loading…
Reference in New Issue
Block a user