<!DOCTYPE html>
<html lang="pt-br">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Portifolio</title>
<link rel="stylesheet" href="styles.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 Arthur Braga, desenvolvedor Front-end com especialidade em React, HTML e CSS. Ajudo pequenos negócios e designers a colocarem em prática boas ideias. Vamos conversar?</p>
<a href="https://instagram.com/arthurbraga77"><span>Instagram</span></a>
<a href="https://github.com/SlyBraga77"><span>Github</span></a>
<img src="Group 3.png" alt="Arthur no Palácio do Catete" width="306" height="412.5" >
</main>
<footer></footer>
</body>
</html>
body {
background-color: #1b1b1b;
color: white;
text-shadow: #ffef00;
}
strong{
color: #ffef00;
text-shadow: 1px 1px 2px black,
0 0 1em white,
0 0 0.5em white;
}
p{
font-weight: bold;
}
span{
color: white;
border: 1px solid #ffef00;
border-radius: 12px;
font-weight: bold;
font-size: 30px;
background-color: #ffef00;
text-shadow: 1px 1px 2px black,
0 0 1em white,
0 0 0.5em white;
box-shadow: 1px 1px 2px black,
0 0 1em #ffef00,
0 0 0.1em #ffef00;;
padding: 10px;
}
Achei que ficou bonito