HTML
<!DOCTYPE html>
<html lang="pt-br">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Portifolio de Marcos Bertucci</title>
<link rel="stylesheet" href="style3.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 MarcosBertucci, 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/narcosb">Instagram</a>
<a href="https://github.com/MarcosBertucci">GitHub</a>
<img src="ONE.png" alt="Logo ONE">
</main>
<footer>Contato Marcos Bertucci: (61)97528577</footer>
</body>
</html>
CSS 1
body {
color-scheme: light;
background-color: rgb(0, 0, 0);}
h1 {
color: rgb(255, 255, 255);
}
strong{
color: aqua;
}
p {
color: rgb(161, 160, 160);
}
a{
color: blue;
}
CSS 2
body{
background-color: rgb(236, 46, 46);
}
h1{
color: yellow;
}
strong{
color: rgb(60, 187, 68);
}
p{
color: magenta;
}
a{
color: yellowgreen;
}
footer{
color: rgb(255, 255, 255);
}
CSS 3
body{
background-color: rgb(243, 229, 229);
}
h1{
color: rgb(141, 140, 140);
}
strong{
color: rgb(108, 107, 107);
}
p{
color: rgb(115, 115, 115);
}
a{
color: yellowgreen;
}
footer{
color: rgb(80, 16, 16);
}
Abraços! Marcos Bertucci