Skip to content

Commit

Permalink
Corredted Times and z-index
Browse files Browse the repository at this point in the history
- Made Times closer to the real amount
- Added z-index to hours spent to prevent overlapping
  • Loading branch information
zoeyfrisart committed Jan 7, 2017
1 parent 4dcdd8e commit 80901ca
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
3 changes: 3 additions & 0 deletions css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -154,14 +154,17 @@ h2{

[data-info="css3"]{
left: 200px;
z-index: 999;
}

[data-info="html5"]{
left: 400px;
z-index: 999;
}

[data-info="js"]{
left: 0px;
z-index: 999;
}

.portfolio-item3{
Expand Down
6 changes: 3 additions & 3 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -57,19 +57,19 @@ <h2 data-info="timeSpent">Tijd per week buiten school:</h2>
<div class="css-hours">
<p data-info="css-hours">
css:<br>
<span class="hours-spent">3 uur</span>
<span class="hours-spent">~4 uur</span>
</p>
</div>
<div class="html-hours">
<p data-info="html-hours">
html:<br>
<span class="hours-spent">3 uur</span>
<span class="hours-spent">~3 uur</span>
</p>
</div>
<div class="js-hours">
<p data-info="js-hours">
Javascript:<br>
<span class="hours-spent">4 uur</span>
<span class="hours-spent">~5 uur</span>
</p>
</div>
</div>
Expand Down

0 comments on commit 80901ca

Please sign in to comment.