Solucionado (ver solução)
Solucionado
(ver solução)
1
resposta

[Projeto] [ Primeiro Projeto Alura ] Resultado das aulas HTML e CSS.

HTML

        <h1> Portifolio Daniel <strong> Aprendiz Alura </strong> </h1>
        <br><br>
        <h2>Olá! Sou Daniel, sou futuro desenvolvedor Front-end com especialidade em React, HTML e CSS. Ajudo
            pequenos
            negócios e designers a colocarem em prática boas ideias. Vamos conversar? </h2>
        <a href="Design sem nome.png">instagram</a>

    </center> <br><br>



    <div>
        <img src="Design sem nome.png" alt="é minha imagem futuro dev" height="500" width="450">
    </div>

    <style>
        div {
            text-align: center;
        }
    </style>

</main>
<footer></footer>

Style.css body { background-color: black; color: whitesmoke; }

h1 { font-weight: bold; }

h2 { color: whitesmoke; padding: 10px; border: 5px solid whitesmoke; }

a { color: aliceblue; }

strong { color: #1900ff; padding: 10px; border: 5px solid #1900ff; }

1 resposta
solução!

Teste