centered custom_document.html

This commit is contained in:
Verena Schulz
2025-12-17 14:49:32 +01:00
parent fa429ec683
commit 145f91f091
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -12,7 +12,7 @@
padding: 0; padding: 0;
display: flex; display: flex;
justify-content: center; justify-content: center;
align-items: flex-start; align-items: center;
min-height: 100vh; min-height: 100vh;
} }
+1 -1
View File
@@ -20,7 +20,7 @@
<nav class="menu1"> <nav class="menu1">
<a href="custom_document.html" class="li1">Custom document</a> <a href="custom_document.html" class="li1">Custom document</a>
<a href="index3.html" class="li1">Help</a> <a href="" class="li1">Help</a>
</nav> </nav>
</nav> </nav>
</section> </section>