file:///C:/Users/User/Desktop/Portf%C3%B3lio/index.html
HTML
<!DOCTYPE html>
<html lang="pt-br">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<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>Dê oportunidade <strong>a um Front-end em seu começo!</strong></h1>
<p>Olá! Sou Gabriel Santos, estudante de desenvolvimento <strong>Front-end</strong>. Estou no início de curso e empolgado pelos estudos até aqui e os que estão por vir! </p>
<a href="https://instagram.com/so1cara">Instagram</a>
<a href="https://www.linkedin.com/in/gabriel-santos-de-andrade-b4211122b/">Linkedin</a>
<a href="https://github.com/so1cara">Github</a>
<img src="Foto para portfólio.jpg" alt="Image" height="500" width="500">
</main>
<footer></footer>
</body>
</html>
CSS
body {
background-color: #000;
color: #f6f6f6 ;
}
strong {
color: #22D4FD;
}