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>Portfólio</title>
<link rel="stylesheet" href="style.css">
</head>
<body>
<header></header>
<main>
<h1>Eleve seu negócio digital a outro nível <strong>com um Front-end de qualidade!</strong></h1>
<p>Olá! Sou Leandro Carvalho, desenvolvedor Front-end com especialidade em <span>Angular, HTML e CSS</span>. Ajudo pequenos negócios e designers a colocarem em prática boas ideias. Vamos conversar?</p>
<a href="https://www.instagram.com/leandro_carvalhosan/">Instagram</a>
<a href="https://github.com/leandrocs22">GitHub</a>
<img src="hstech.png" alt="Logo HS Tech">
</main>
<footer></footer>
</body>
</html>
CSS
body {
background-color: #000000;
color: #ffffff;
}
strong {
color: #22d4fd;
}
span {
color: #22d4fd;
}