@import url('https://fonts.googleapis.com/css2?family=Krona+One&family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
* {
margin: 0;
padding: 0;
}
body {
box-sizing: border-box;
background-color: rgb(0, 0, 0);
/* background-image: linear-gradient(to bottom , #3d3d3d, #ffffff); */
color: white;
flex-direction: column;
}
.cabecalho{
background-color: #39cc2b;
height: auto;
width: auto;
padding: 1% 20%;
display: flex;
justify-content: flex-start;
}
.cabecalho__menu{
display: flex;
gap: 11%;
}
.cabecalho__menu__link{
font-family: "Montserrat",serif;
font-size: 24px;
font-weight: 600;
color: #f6f6f6;
transition: box-shadow 300ms ease-in-out, color 300ms ease-in-out;
text-decoration: none;
}
.cabecalho__menu__link:hover{
color: black;
}
.nome{
font-family: "Montserrat", serif;
font-size: 48px;
background-image: linear-gradient(to right, #39CC2B, #ffffff);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
display: inline-block;
}
.texto {
font-size: 24px;
font-family: "Montserrat", serif;
margin-bottom: 5px;
}
.footer{
padding: 10px;
height: auto;
color:#f6f6f6;
text-align: center;
font-family: "Montserrat", serif;
font-weight: 400;
border-top: #15ff00 1px solid;
}
.botao-curriculo{
background-color: #15ff00;
display: flex;
justify-content: center;
text-align: center;
width: 300px;
padding: 21.5px 0;
font-size: 24px;
border-radius: 20px;
text-decoration: none;
color: #000000;
font-family: "Montserrat", serif;
font-weight: 600;
transition: box-shadow 300ms ease-in-out;
border: 2px solid #15ff00;
gap: 2vh;
margin-top: 4vh;
}
.botao-curriculo:hover{
box-shadow:0 0 40px 40px #2D2B2B inset;
color: rgb(255, 255, 255)
}
.superior{
display: flex;
align-items: center;
justify-content:space-between;
padding: 50px 10%;
flex-wrap: wrap;
background-color: #252525
;
}
.superior__conteudo{
max-width: 50%;
display: flex;
flex-direction: column;
gap:2vh;
}
.superior__icons{
display: flex;
gap: 3vh;
}
.foto__sobre{
height: auto;
border-radius: 50%;
border: 30px solid #3a3a3a
;
}
.texto__curriculo{
flex-flow: column;
align-items: center;
padding: 50px 10%;
}
ul{
font-family: "Montserrat", serif;
margin-left: 20px;
margin-bottom: 19px;
font-size: 24px;
}
.titulo__formacao{
font-family: "Montserrat", serif;
font-size: 30px;
}
.titulo__lista{
font-family: "Montserrat", serif;
font-size: 20px;
padding: 4vh 0 0 0 ;
font-size: 30px;
}
.texto__projeto{
font-size: 24px;
font-family: "Montserrat", serif;
margin-top: 2vh;
font-size: 30px;
}
<!DOCTYPE html>
<html lang="pt-br">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Sobre mim</title>
<!-- Font Awsome -->
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.7.2/css/all.min.css"
integrity="sha512-Evv84Mr4kqVGRNSgIGL/F/aIDqQb7xQ2vcrdIwxfjThSH8CSR7PBEakCr51Ck+w+/U6swU2Im1vVX0SVk9ABhg=="
crossorigin="anonymous" referrerpolicy="no-referrer" />
<!-- CSS -->
<link rel="stylesheet" href="./styles.css/style.css">
<!--Google fonts-->
<link href="https://fonts.googleapis.com/css2?family=Montserrat:wght@400;700&display=swap" rel="stylesheet">
</head>
<body>
<header class="cabecalho">
<nav class="cabecalho__menu">
<a class="cabecalho__menu__link" href="index.html">Home</a>
<a class="cabecalho__menu__link" href="about.html"> Sobre</a>
<a class="cabecalho__menu__link" href="certificates.html">Certificados</a>
<a class="cabecalho__menu__link" href="contact.html">Contato</a>
</nav>
</header>
<main>
<div class="superior">
<div class="superior__conteudo">
<p class="texto">Olá, me chamo</p>
<h1 class="nome">Felipe Pierri Schmidt</h1>
<div>
<p class="texto">Análise e Desenvolvimento de Sistemas |</p>
<p class="texto">Programação | Desenvolvimento Front-end |</p>
<p class="texto">Desenvolvimento Web</p>