這個提交存在於:
Raphael Rees 2022-12-12 09:29:29 +01:00
父節點 a44ff3c530
當前提交 b2c247f316
共有 2 個檔案被更改,包括 8 行新增1 行删除

查看文件

@ -10,6 +10,12 @@
} }
footer {
position: absolute;
bottom: 0;
text-align: justify;
color: white;
}
div { div {
height: 50px; height: 50px;

查看文件

@ -7,7 +7,7 @@
</head> </head>
<body> <body>
<header> <header>
<nav class="B"> <nav class ="B">
<a href = "main.html">Main Page</a> <a href = "main.html">Main Page</a>
<a href = "where_to_go.html">Where To Go</a> <a href = "where_to_go.html">Where To Go</a>
<a href = "history_mythology.html">History and Mythology</a> <a href = "history_mythology.html">History and Mythology</a>
@ -22,6 +22,7 @@
</article> </article>
</section> </section>
</main>--> </main>-->
<hr>
<footer> <footer>
<p>© Copyright 2022 by 3MIC. All Rights Reserved</p> <p>© Copyright 2022 by 3MIC. All Rights Reserved</p>
</footer> </footer>