<!DOCTYPE html>
<html lang="es">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Portafolio Silene Gonzalez</title>
<link rel="stylesheet" href="stile.css">
</head>
<body>
<header>
</header>
<main class="presentacion">
<h1>Eleve tu negocio digital a otro nivel <strong class="titulo-destaque">con un Front-end de calidad! </strong></h1>
<h2>Portafolio de Silene González</h2>
<p>¡Hola! Soy Silene González, 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="silene.jpg" alt="Imagen de Silene González trabajando">
<a href="https://www.instagram.com/">Instagram</a>
<a href="https://www.github.com/">Git Hub</a>
</main>
<footer>
</footer>
</body>
</html>
*{
padding: 0;
margin: 0;
}
body{
background-color: #000000;
color: white;
height: 100vh;
box-sizing: border-box;
}
.titulo-destaque{
color: #22D4FD;
font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
font-size: 45px;
font-weight: bold;
}
.presentacion{
display: flex;
align-items: center;
}