Haga lo que hicimos en el Aula
HTML
Eleve tu negocio digital a otro nivel con un Front-end de calidad!
¡Hola! Soy Ana García, desarrolladora Front-end con especialización en React, HTML y CSS. Ayudo a pequeños negocios y diseñadores a llevar a cabo buenas ideas. ¿Hablamos?
</p>
<div class="presentacion__enlaces">
<a class="presentacion__enlaces_link" href="https://instagram.com/">Instagram</a>
<a class="presentacion__enlaces_link" href="https://github.com/">GitHub</a>
</div>
</section>
<img src="Imagem.png" alt="Foto de Ana García desarrolando un proyecto">
</main>
<footer></footer>
CSS
- { padding: 0; margin:0; }
body{ height: 100vh; box-sizing: border-box; background-color: #000000; color: #F6F6F6; }
.titulo-destaque { color: #22D4FD; ; }
.presentacion { margin: 10%; display: flex; align-items: center; justify-content: space-between; }
.presentacion__contenido{ width: 615px; }
.presentacion__contenido__titulo{ font-size: 36px; font-family: 'Krona One', sans-serif; }
.presentacion__contenido__texto{ font-size: 24px; font-family: 'Montserrat', sans-serif; }
.presentacion__enlaces { display: flex; justify-content: space-between; }
.presentacion__enlaces_link { width: 280px; background-color: #22D4FD; text-align: center; padding: 21.5px 0; border-radius: 16px; font-family: 'Montserrat', sans-serif; font-size: 24px; font-weight: 600; text-decoration: none; color: #000000;
}