<!DOCTYPE html>
<html lang="pt-br">
<head>
<title>Portfólio do Marcelo Henrique </title>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel='stylesheet' href="style.css">
</head>
<body>
<header> Design gráfico e desenvolvedor </header>
<main></main>
<footer>Contato:marcelo********@gmail.com</footer>
<footer>Número de telefone:(67) 9******</footer>
<h1>Eleve seu negócio digital a outro nível <strong> um Front-end de qualidade!</strong></h1>
<p>Olá! Sou Marcelo Henrique, desenvolvedor de <span>Front-end</span> com especialidade em <strong>React, HTML e CSS.</strong> Ajudo pequenos negócios e designers a colocarem em prática boas ideias. Vamos conversar?</p>
<button><a href="https://instagram.com/marcelo_henrique_s_c/">Instagram</a></button>
<button><a href="https://github.com/BySleepingOwl">Github</a></button>
<img src="Foto Minha.jpg" alt="Foto de Perfil">
</body>
</html>
body {
background-color:rgb(32, 31, 31);
color: white;
text-align: center;}
strong {
color:aqua;}
a {
margin: 0 30px;
color: white;
text-decoration: none;
}
button {
padding: 4px;
background-color: rgb(13, 45, 190);
border-radius:10%;
}
header {
background-color: rgb(13, 45, 190);
color: white;
display: flex;
font-size: 25px;
justify-content: center;}
img img {
border-radius: 12px;}
span{
color: #22D4FD;
border: 1px solid #22D4FD;
padding: 10px; }