<!DOCTYPE html>
<html lang="es-mx">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Portafolio</title>
<link rel="stylesheet" href="style.css">
</head>
<body>
<header></header>
<main>
<h1>Hola a todos, soy <strong> Loryn </strong>
</h1>
<p>Es un gusto saludarlos, y aprender juntos.
</p>
<a href="https://www.instagram.com/">Instagram</a>
<a href="https://www.github.com/">Github</a>
<img src="portrait-5600556_1280.jpg" alt="Imagen de Ana Garcia trabajando">
</main>
<footer></footer>
</body>
</html>
css
body{
background-color: #ffc8dd;
color: #000000;
}
strong {
color: #a53860;
}