<header>
<button>Menú</button>
<a href="#">Inicio</a>
<a href="#">Proyectos</a>
<a href="#">Contacto</a>
</header>
<main>
<h1> Jefferson Cordero T.</h1>
<p> Una excelente forma de aprender con <strong>Jefferson</strong></p>
<p>
¡Hola! Soy Jefferson Cordero, 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>
<img src="descarga.jpeg" alt="Descarga">
Instagram Facebook Github
</main>
<footer>
<p>©Jefferson Cordero 2024</p>
<p>Contacto: 8690-xxxx</p>
</footer>
CSS
body { background-color: #abafb363; color: #0e178f; }
header { background-color: #cfd8e0; }
h1 { font-family: Tahoma, sans-serif; font-size:larger; font-style: oblique; color: white; }
h2 { font-family:Verdana; font-size: large; font-style: italic; }
p { font-family: 'Arial'; font-size: medium; font-style:normal; color: #065563; }
strong { color: #731097; }
img { border-radius: 1000%; border-style: groove; }
button { font-family: fantasy; font-size: medium; color: #4527A0; background-color: #9575CD; border-radius: 10%; }
footer { background-color: #99c4e728; }