Skip to content

Commit

Permalink
add photo portfolio
Browse files Browse the repository at this point in the history
  • Loading branch information
kaiorosa1 authored Mar 31, 2019
1 parent eb51e13 commit 8153b8f
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
6 changes: 5 additions & 1 deletion css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,11 @@ li {
float: none;
margin-bottom: 10px;
}

.profile-img{
width: 170px;
border-radius: 50%;

}
.h2-style{
display: flex;
height: 200px;
Expand Down
3 changes: 2 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,10 @@
</nav>
<section id="welcome-section">
<div class="welcome-text">
<img class="profile-img" src="https://scontent.fsdu2-2.fna.fbcdn.net/v/t1.0-9/31947003_1663953643690690_4545111907920510976_n.jpg?_nc_cat=100&_nc_ht=scontent.fsdu2-2.fna&oh=8c3c0e2d9e4a170d032492ee45383ca3&oe=5D479CB8" alt="">
<h1>Hey, I'm Kaio Rosa</h1>
<h3>Software Developer</h3>
</div>
</div>
</section>
<section id="projects">
<div class="h2-style">
Expand Down

0 comments on commit 8153b8f

Please sign in to comment.