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> portifólio </title>
<link rel="stylesheet" href="style.css"
</head>
<body>
<header> </header>
<main> <h1>Eleve seu negócio digital a outro nível <strong>um Front-end de qualidade! </strong>
</h1>
<p>Olá! Sou Levi Lima Santana, desenvolvedor Front-end com especialidade em HTML e CSS.Vamos conversar?</p>
<a href="https://www.youtube.com/watch?v=ywGs4mXF-DE" >YOUTUBE</a>
<a href="https://www.alura.com.br/"> ALURA </a>
<img src="Imagem.png" alt="texto alternativo imagem da Luciana"
</main>
<footer> </footer>
CSS
body {
background-color: #FFFF00;
color: #0000FF;
}
strong {
color: black;
}
</body>
</html>