Ya estoy inscrito ¿Todavía no tienes acceso? Nuestros Planes
Ya estoy inscrito ¿Todavía no tienes acceso? Nuestros Planes
0
respuestas

Desafío HTML y CSS

<!DOCTYPE html>
<html lang="es">

<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>Eleve tu negocio digital a otro nivel <strong> con un diseño de calidad! </strong> </h1>
        <p>
            ¡Hola! Soy Jesus Ruesga, desarrollador Front-end con especialización en JS, HTML y CSS.
            Te ayudo a digitalizar tus ideas de negocio. ¿Hablamos?
        </p>
        <a href="https://www.instagram.com/"> Instagram </a>
        <a href="https://github.com/ruesga-99"> Github </a>
        <img src="FotoInicio.jpg" alt="Mi fotografía trabajando">
    </main>
    <footer></footer>

</body>

</html>

CSS a continuación

body {
    background-color: black;
    color: white;
}