2
respostas

Desafio 1

segue o meu primeiro projeto, ainda tenho muito a aprender!

<!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>Portifolio</title>
    <link rel="stylesheet" href="style.css">
    <link rel="stylesheet" href="reset.css">
        
</head>
<body>
    <header></header>
        <main></main>
        <h1>
        Eleve seu negócio digital a outro nível 
        <strong>com um Front-end de qualidade!
        </strong></h1>
        <p>Olá! Sou Antonio Carlos, desenvolvedor
            Front-end com especialidade em <span>React, HTML e
            CSS</span>. Ajudo pequenos negócios e designers a 
            colocarem em prática boas ideias. Vamos 
            conversar?</p>
        <div class="bottom">
            <a href="https://www.linkedin.com/in/antonio-carlos-b75a72280/">linkedin</a>
            <a href="https://github.com/Carllosdodev">GitHub</a>
        </div>
            <img src="foto.png" alt="Foto do Antonio Carlos">
            
                        
    <footer></footer>
</body>
</html>
        
* {
    margin: 0;
    padding: 0;
}

body{
    
    text-align: center;
    background-color: #050505e3;
    color: #f6f6f6f5;
    justify-content: center;
    align-items: flex-start;
    
}

h1 {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 34px;
    font-style: normal;
    color: #F6F6F6;
    
    
}

p {
    color: #F6F6F6;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-size: 20px;
    font-style: normal;
    margin: 10px 0 70px 0px;
}

span {
    color: #22D4FD;
    border: 1px solid #22D4FD;
    padding: 3px;
}

strong {
   color: #22D4FD;
}

img {
    text-align: center;
    display:inline-block;
    width: 417px;
    height: 399px;
    border-radius: 15px 50px;
}



a {
    display: inline-block;
    padding: 5px 10px;
    background-color: #a293caf8;
    color: #056f99f3;
    border: 10px;
    border-radius: 10px;
    cursor: pointer;
    font-size: 20px;
    transition: background-color 0.3s ease;
    margin: 10px 10px 10px 0 ;
    max-width: 30%;
    
}
2 respostas
* {
    margin: 0;
    padding: 0;
}

body{
    
    text-align: center;
    background-color: #050505e3;
    color: #f6f6f6f5;
    justify-content: center;
    align-items: flex-start;
    
}

h1 {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 34px;
    font-style: normal;
    color: #F6F6F6;
    
    
}

p {
    color: #F6F6F6;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-size: 20px;
    font-style: normal;
    margin: 10px 0 70px 0px;
}

span {
    color: #22D4FD;
    border: 1px solid #22D4FD;
    padding: 3px;
}

strong {
   color: #22D4FD;
}

img {
    text-align: center;
    display:inline-block;
    width: 417px;
    height: 399px;
    border-radius: 15px 50px;
}



a {
    display: inline-block;
    padding: 5px 10px;
    background-color: #a293caf8;
    color: #056f99f3;
    border: 10px;
    border-radius: 10px;
    cursor: pointer;
    font-size: 20px;
    transition: background-color 0.3s ease;
    margin: 10px 10px 10px 0 ;
    max-width: 30%;
    
}

Olá, Antonio! Tudo bom contigo?

Show demais a resolução, cara, meus parabéns! É assim mesmo, no começo pode ser um pouco difícil, mas o importante é manter a dedicação e perseverança, que aí logo logo você já tá dominando.

Abraços e bons estudos!