forked from M3-Academy/challenge-landing-page
cria branch
This commit is contained in:
parent
bf0402fc79
commit
d15d81fb52
@ -16,6 +16,19 @@ header{
|
|||||||
.logom3{
|
.logom3{
|
||||||
display:block;
|
display:block;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.imgbanner{
|
||||||
|
display: block;
|
||||||
|
width: 100%;
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
/*Modificações para os Varios tamanhos de tela */
|
/*Modificações para os Varios tamanhos de tela */
|
||||||
@media screen and (max-width: 1024px) {
|
@media screen and (max-width: 1024px) {
|
||||||
|
|
||||||
|
BIN
Arquivos Usados/Imagens/Rectangle 9.png
Normal file
BIN
Arquivos Usados/Imagens/Rectangle 9.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 1.4 MiB |
@ -16,11 +16,32 @@
|
|||||||
</header>
|
</header>
|
||||||
<!--Parte do Conteudo da Page-->
|
<!--Parte do Conteudo da Page-->
|
||||||
<main>
|
<main>
|
||||||
|
<!--Parte do banner principal-->
|
||||||
|
<figure>
|
||||||
|
<img class="imgbanner" src="Arquivos Usados/Imagens/Rectangle 9.png" alt="banner principal - Imagem computaodr">
|
||||||
|
</figure>
|
||||||
|
<!--Parte do escrito com imagem do compiutador-->
|
||||||
|
<section>
|
||||||
|
<div>
|
||||||
|
<h2>
|
||||||
|
|
||||||
|
</h2>
|
||||||
|
<h1>
|
||||||
|
|
||||||
|
</h1>
|
||||||
|
<p>
|
||||||
|
|
||||||
|
</p>
|
||||||
|
</div>
|
||||||
|
<figure>
|
||||||
|
<img src="" alt="">
|
||||||
|
</figure>
|
||||||
|
</section>
|
||||||
|
|
||||||
</main>
|
</main>
|
||||||
<!--Parte final da Page-->
|
<!--Parte final da Page-->
|
||||||
<footer>
|
<footer>
|
||||||
|
|
||||||
</footer>
|
</footer>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
Loading…
Reference in New Issue
Block a user