Skip to content

Commit 80901ca

Browse files
committed
Corredted Times and z-index
- Made Times closer to the real amount - Added z-index to hours spent to prevent overlapping
1 parent 4dcdd8e commit 80901ca

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

css/style.css

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -154,14 +154,17 @@ h2{
154154

155155
[data-info="css3"]{
156156
left: 200px;
157+
z-index: 999;
157158
}
158159

159160
[data-info="html5"]{
160161
left: 400px;
162+
z-index: 999;
161163
}
162164

163165
[data-info="js"]{
164166
left: 0px;
167+
z-index: 999;
165168
}
166169

167170
.portfolio-item3{

index.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -57,19 +57,19 @@ <h2 data-info="timeSpent">Tijd per week buiten school:</h2>
5757
<div class="css-hours">
5858
<p data-info="css-hours">
5959
css:<br>
60-
<span class="hours-spent">3 uur</span>
60+
<span class="hours-spent">~4 uur</span>
6161
</p>
6262
</div>
6363
<div class="html-hours">
6464
<p data-info="html-hours">
6565
html:<br>
66-
<span class="hours-spent">3 uur</span>
66+
<span class="hours-spent">~3 uur</span>
6767
</p>
6868
</div>
6969
<div class="js-hours">
7070
<p data-info="js-hours">
7171
Javascript:<br>
72-
<span class="hours-spent">4 uur</span>
72+
<span class="hours-spent">~5 uur</span>
7373
</p>
7474
</div>
7575
</div>

0 commit comments

Comments
 (0)