Skip to content

Commit 99271b4

Browse files
hello?
1 parent fb58e32 commit 99271b4

File tree

3 files changed

+13
-15
lines changed

3 files changed

+13
-15
lines changed

.idea/workspace.xml

+10-11
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

css.css

-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,6 @@ h1{
3030

3131
.hoi{
3232
text-decoration-color : green;
33-
background-color: black;
3433
}
3534
.h1Line{
3635
width: 50%;

index.html

+3-3
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,13 @@
44
<body>
55
<form>
66
<br>
7-
<h1>Welcom to the custom resume site of Jasper Lanting</h1>
7+
<h1>Welcome to the custom resume site of Jasper Lanting</h1>
88
<hr class="h1Line">
99
<div>
1010
<u1 class="horNavigation">
1111
<li><a href="#algemeen">Algemeen</a></li>
1212
<li><a href="#Qualities">Qualities</a></li>
13-
<li><a href="#contact">Contact</a></li>
13+
<li><a href="#footer">Contact</a></li>
1414
<li><a href="#footer">About site</a></li>
1515
</u1>
1616
</div>
@@ -82,7 +82,7 @@ <h2>Socials:</h2>
8282
</tbody>
8383
</table>
8484
</div>
85-
85+
8686
</span>
8787

8888
</footer>

0 commit comments

Comments
 (0)