cria branch

This commit is contained in:
Adilson Fernando Neves Ornellas 2022-10-09 14:08:35 -03:00
parent bf0402fc79
commit d15d81fb52
3 changed files with 35 additions and 1 deletions

View File

@ -16,6 +16,19 @@ header{
.logom3{
display:block;
}
.imgbanner{
display: block;
width: 100%;
}
/*Modificações para os Varios tamanhos de tela */
@media screen and (max-width: 1024px) {

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.4 MiB

View File

@ -16,11 +16,32 @@
</header>
<!--Parte do Conteudo da Page-->
<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>
<!--Parte final da Page-->
<footer>
</footer>
</body>
</body>
</html>