Comparto el HTML,
<!DOCTYPE html>
<html lang="es">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="stylesheet" href="style.css">
<!--LETRAS-->
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Krona+One&display=swap" rel="stylesheet">
<title>Portafolio</title>
</head>
<body>
<header></header>
<main>
<h1>
Eleve tu negocio digital a otro nivel<strong> con un Front-End de calidad</strong>
</h1>
<p>
¡Hola! Soy Alex Cruz, desarrollador 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>
<a href="https://www.instagram.com/" target="_blank">Instagram</a>
<a href="https://github.com/" target="_blank">Git Hub</a>
<img src="img/Imagem.png" alt="Imagen de Alex">
</main>
<footer>
<p>Diseño Web Optimizado. Todos los derechos reservados © 2025.</p>
</footer>
</body>
</html>
Y el CSS,
body{
background-color: black;
color: white;
}
h1,p{
font-family: "Krona One", sans-serif;
font-weight: 400;
font-style: normal;
}
/*
.krona-one-regular {
font-family: "Krona One", sans-serif;
font-weight: 400;
font-style: normal;
}
*/
strong{
color: #22D4FD;
/*font-weight: bold;*/
font-weight: 900;
}
Se escucha comentarios, Saludos. Alex.