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>Meu Portfólio</title>
<link rel="stylesheet" href="estilo.css">
</head>
<body>
<header></header>
<main>
<div><img src="https://th.bing.com/th/id/OIG3.hoVyIffGCoQxuPCPAHBe?w=173&h=173&c=6&r=0&o=5&pid=ImgGn"></img></div>
<br><br><br><br><br><br><br><br>
<h1> Bem vindo ao <strong>Kingfy</strong></h1>
<p>O seu site favorito de músicas</p>
<button>inscreva-se</button>
</main>
<footer>
<h2>Obrigado por nos visitar</h2>
<p>Contato: exempl@gmail.com</p>
<p>Telefone: número aleatorio</p>
</footer>
</body>
</html>
CSS
body {
background-color: #000000
;
color:#f2f2f2; ;
}
strong{
color: #0DA3D9;
}
h1, h2 {
color: #3100DC;
}
a {
color: #0D63D9;
}
div {
background-image: url("https://th.bing.com/th/id/OIG3.hoVyIffGCoQxuPCPAHBe?w=173&h=173&c=6&r=0&o=5&pid=ImgGn");
height: 20px;
width: 5%;
}
}