HTML
<!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>Portfolio</title>
<link rel="stylesheet" href="style.css">
</head>
<body>
<header></header>
<main>
<h1>Eleve seu negócio digital a outro nível com <strong> um Front-end de qualidade!</strong></h1>
<p>Olá! Sou Elton Maciel, estou aprendendo a ser um desenvolvedor <span> Front-end, HTML e CSS</span>. Ainda estou no começo do meu desenvolvimento mas tou estudando bastante. Vamos conversar?</p>
<a href="https://instagram.com/eltontylerdk/">Instagran</a>
<a href="https://github.com/Eltontyler">Github</a>
<img src="imagem.jpg" alt="Elton programando">
</main>
<footer></footer>
</body>
</html>
CSS
body {
background-color: black;
color:#19BF0B;
}
strong {
color:#FF5733;
}
span {
color: red;
}