add imprint
This commit is contained in:
parent
4aefcf293a
commit
a747b3bc7f
2 changed files with 10 additions and 2 deletions
|
@ -94,4 +94,8 @@
|
||||||
</div>
|
</div>
|
||||||
</body>
|
</body>
|
||||||
|
|
||||||
</html>
|
<footer>
|
||||||
|
<a href="https://ag-link.xyz/impressum/">Impressum</a>
|
||||||
|
</footer>
|
||||||
|
|
||||||
|
</html>
|
||||||
|
|
|
@ -7,6 +7,10 @@ html {
|
||||||
scroll-behavior: smooth;
|
scroll-behavior: smooth;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
footer {
|
||||||
|
text-align: center;
|
||||||
|
}
|
||||||
|
|
||||||
a {
|
a {
|
||||||
outline: none !important;
|
outline: none !important;
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
|
@ -199,4 +203,4 @@ nav ul li a:hover {
|
||||||
|
|
||||||
#text h3 {
|
#text h3 {
|
||||||
text-align: center;
|
text-align: center;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue