feat(html): main poster e info 1
This commit is contained in:
parent
7acebbc46a
commit
e30e5f0827
12
index.html
12
index.html
@ -8,6 +8,16 @@
|
|||||||
<link rel="stylesheet" href="styles.css">
|
<link rel="stylesheet" href="styles.css">
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
|
<main>
|
||||||
|
<img class="main-poster" src="images/mainposter.jpg" alt="Banner Laptop">
|
||||||
|
<section>
|
||||||
|
<div class="info-1">
|
||||||
|
<h2 class="infocard-1-subtitulo">Lorem ipsum</h2>
|
||||||
|
<h1 class="infocard-1-titulo">dolor sit amet</h1>
|
||||||
|
<p class="infocard-1-texto">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Cras euismod enim non dui fringilla interdum. Curabitur ut tortor sed lacus egestas vulputate vel sit amet velit. Nulla suscipit magna dui.</p>
|
||||||
|
<img class="computadores" src="./images/3computadores.png" alt="Três computadores em conexão">
|
||||||
|
</div>
|
||||||
|
</section>
|
||||||
|
</main>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
Loading…
Reference in New Issue
Block a user