estou bem no inicio do curso e creio que jajá vou conseguir ter um progresso melhor, fiquei bastante feliz em conseguir colocar uma animação simples de clique nos botões !!!
<!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>Pagina Web</title>
</head>
<link rel="stylesheet" href="style.css">
<body>
<header></header>
<main>
<h1>Venha conhecer minha História, <strong>como me formei e conheci o mundo!</strong></h1>
<p>Olá! Sou Gabriel Alcântara. Estou aprendendo o basico de HTML e CSS no momento mas pretendo ser capaz de ter grandes feitos na aréa!</p>
<a href="https://www.instagram.com/gabrielmesmo_/"><button>Instagram</button></a>
<a href="https://br.linkedin.com "><button>Linkedin</button></a>
<IMG src="confuso.png" alt="Alice A.">
</main>
<footer></footer>
</body>
</html>
body {
background-color: black;
background: #000;
color: #ffffff;
font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
font size: 12px;
line-height: ;
width: 593px; ;
height: 352px; ;
}
button {
background-color: rgb(34, 212, 253);
color: black;
line-height: 10px;
font-size: 20px;
border-radius: 200px;
height: 79px ;
width: 280px ;
margin:1%;
padding: 1%;
box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}
button:active {
background-color: rgb(16, 163, 196);
color: black;
transform: scale(1.1);
}
p {
color: whitesmoke;
}
h1 {
color: whitesmoke;
}
strong {
background-color: #000;
color: #22D4FD;
}
img {
width: 500px;
height: 350px;
margin-left: 10px;
}