mirror of
https://github.com/Alvin-Zilverstand/Spik-en-span.git
synced 2026-03-06 11:17:09 +01:00
update
This commit is contained in:
0
contact.html
Normal file
0
contact.html
Normal file
10
index.html
10
index.html
@@ -11,8 +11,14 @@
|
||||
<body>
|
||||
<nav class="navbar">
|
||||
<ul class="nav-links">
|
||||
<li><a href="#over-ons">Over ons</a></li>
|
||||
<li><a href="#contact">Contact</a></li>
|
||||
<button>
|
||||
<a href="overons.html">Over ons</a>
|
||||
</button>
|
||||
|
||||
<button>
|
||||
<a href="contact.html">contact</a>
|
||||
</button>
|
||||
|
||||
</ul>
|
||||
</nav>
|
||||
|
||||
|
||||
0
overons.html
Normal file
0
overons.html
Normal file
@@ -15,8 +15,8 @@
|
||||
|
||||
.navbar {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
align-items: right;
|
||||
justify-content: right;
|
||||
background-color: #000;
|
||||
padding: 10px 20px;
|
||||
}
|
||||
@@ -38,6 +38,6 @@
|
||||
}
|
||||
.nav-links a {
|
||||
text-decoration: none;
|
||||
color: white;
|
||||
color: rgb(0, 0, 0);
|
||||
font-size: 18px;
|
||||
}
|
||||
Reference in New Issue
Block a user