Skip to content

Commit

Permalink
10
Browse files Browse the repository at this point in the history
  • Loading branch information
oxica committed Sep 3, 2024
1 parent eaec190 commit d290f68
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 4 deletions.
21 changes: 20 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -211,9 +211,28 @@ <h3>Lenguages</h3>
</div>
</div>
</div>
</div>

<span class="number-page">4</span>

<span class="nextprev-btn back" data-page="turn-2">
<i class='bx bx-chevron-left' ></i>
</span>

</div>
</div>

<div class="book-page page-right" id="turn-3">
<div class="page-front">
<h1 class="title">Latest project</h1>
<div class="portfolio-box">

</div>
</div>

<div class="page-back">
<h1 class="title">Contact me</h1>
</div>
</div>
</div>

<script src="./index.js"></script>
Expand Down
6 changes: 3 additions & 3 deletions style.css
Original file line number Diff line number Diff line change
Expand Up @@ -353,8 +353,8 @@ color: var(--white-color);
.content{
display: inline-flex;
flex-direction: column;
gap:.3rem;
padding: .7rem;
gap:.2rem;
padding: .6rem;
background: #d0e5ed;
box-shadow: var(--box-shadow);
}
Expand All @@ -364,7 +364,7 @@ color: var(--white-color);
}

.softskills-content .content{
margin-bottom: 2.5rem;
margin-bottom: 2rem;
}

.skills-content .content span i{
Expand Down

0 comments on commit d290f68

Please sign in to comment.