Skip to content

Commit 9443147

Browse files
committed
update
1 parent 1af3b74 commit 9443147

2 files changed

Lines changed: 5 additions & 1 deletion

File tree

index.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@
1515
<h1 class="name">Snaymi Borges</h1> <!--Tittle importance-->
1616
<h2 class="objective">Desenvolvedor Front-end</h2>
1717
<p>Aspirante a desenvolvedor full stack</p>
18+
<p>Formado em Sistemas de Informação</p>
1819
<div class="social-media">
1920
<a href="https://github.com/Snaymi" class="git" target="_blank">GitHub
2021
<i class="ph-fill ph-github-logo small-icon"></i></a>

style.css

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,9 @@ body{
1717
flex-direction: column;
1818
font-family: 'Lato', sans-serif;
1919
}
20+
p {
21+
margin: 5px;
22+
}
2023
a {
2124
text-decoration: none;
2225
cursor: pointer;
@@ -46,7 +49,7 @@ a:hover{
4649
border-radius: 10px;
4750
border: 2px solid rgba(0, 68, 255, 0.475);
4851
box-shadow: 0 0 10px rgba(115, 123, 231, 0.993);
49-
height: 500px;
52+
height: 550px;
5053
}
5154
.name{
5255
font-size: 60px;

0 commit comments

Comments
 (0)