This commit is contained in:
EspenVista
2025-04-03 12:55:30 +01:00
parent 8c6d15a6d7
commit f9802b6803
2 changed files with 11 additions and 2 deletions

View File

@@ -40,6 +40,10 @@
</div>
</div>
</nav>
<section>
<h2>Contact</h2>
</section>
</body>

View File

@@ -8,7 +8,7 @@
}
body {
.body {
margin: 0;
font-family: Arial, sans-serif;
}
@@ -41,4 +41,9 @@
text-decoration: none;
color: rgb(0, 0, 0);
font-size: 18px;
}
}
.section{
background-color: #000;
}