forked from M3-Academy/practice-time-landing-page
feat(image): Adicionado a imagem principal
This commit is contained in:
parent
c8e06a8acb
commit
cafdaa2d17
BIN
assets/images/imagePrincipal.png
Normal file
BIN
assets/images/imagePrincipal.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 1.4 MiB |
BIN
assets/images/imagePrincipalMob.png
Normal file
BIN
assets/images/imagePrincipalMob.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 331 KiB |
@ -9,3 +9,17 @@
|
||||
background: black;
|
||||
padding: 28px 0;
|
||||
}
|
||||
.imagemPrincipal img{
|
||||
max-width: 100%;
|
||||
}
|
||||
@media only screen and (max-width: 414px){
|
||||
.bannerPrincipalDesktop{
|
||||
display: none;
|
||||
}
|
||||
}
|
||||
@media only screen and (min-width: 414px){
|
||||
.bannerPrincipalMobile{
|
||||
display: none;
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -13,6 +13,10 @@
|
||||
<img style="display: block;" src="./assets/images/Logo_M3.png" alt="Logo M3">
|
||||
</a>
|
||||
</header>
|
||||
<div class="imagemPrincipal">
|
||||
<img class="bannerPrincipalDesktop" src="assets/images/imagePrincipal.png" alt="image de um computador com o fundo de um escritorio">
|
||||
<img class="bannerPrincipalMobile" src="assets/images/imagePrincipalMob.png" alt="image de um computador com o fundo de um escritorio">
|
||||
</div>
|
||||
|
||||
</body>
|
||||
</html>
|
Loading…
Reference in New Issue
Block a user