2
respostas

Desafio novo projeto

imagem do projeto executado

Arquivo index

<!DOCTYPE html>
<html lang="pt-br">

<head>
    <meta charset="UTF-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <title>Portifolio</title>
    <link rel="stylesheet" href="style.css">
</head>

<body>
    <header></header>
    <main>
        <h1>Aprender nunca é demais!
        </h1>
        <p>Olá! Me chamo Samara Camargo, sou desenvolvedora <strong>Outsystems</strong> e estou iniciando minha formação
            em <strong>Front-end</strong>.</p>
        <p>Estou muito animada nessa nova jornada!</p>
        <a href="https://www.instagram.com/sammycamargo">Instagram</a>
        <img src="imagem_sam.png" alt="Foto da Samara com montanha ao fundo.">
    </main>
    <footer></footer>
</body>

</html>

Aquivo Style

body{
    background-color: #617143;
    color: #EDE9D5;
}

h1{
    color: #DF7957;
}

strong{
    color: #E7AB9A;
}
2 respostas

A página do fórum executou meu html. Quase abri uma pergunta no fórum para saber como ajustar... Que susto!

Oi Samara, tudo bem?

Muito obrigada por compartilhar com a gente o seu código! Parabéns por praticar e que bom que deu tudo certo :D

Continue os bons estudos.

Um abraço.