d
This commit is contained in:
parent
a44ff3c530
commit
b2c247f316
2 changed files with 8 additions and 1 deletions
|
@ -10,6 +10,12 @@
|
|||
|
||||
}
|
||||
|
||||
footer {
|
||||
position: absolute;
|
||||
bottom: 0;
|
||||
text-align: justify;
|
||||
color: white;
|
||||
}
|
||||
|
||||
div {
|
||||
height: 50px;
|
||||
|
|
|
@ -7,7 +7,7 @@
|
|||
</head>
|
||||
<body>
|
||||
<header>
|
||||
<nav class="B">
|
||||
<nav class ="B">
|
||||
<a href = "main.html">Main Page</a>
|
||||
<a href = "where_to_go.html">Where To Go</a>
|
||||
<a href = "history_mythology.html">History and Mythology</a>
|
||||
|
@ -22,6 +22,7 @@
|
|||
</article>
|
||||
</section>
|
||||
</main>-->
|
||||
<hr>
|
||||
<footer>
|
||||
<p>© Copyright 2022 by 3MIC. All Rights Reserved</p>
|
||||
</footer>
|
||||
|
|
Loading…
Reference in a new issue