1
0
Fork 0
mirror of https://github.com/seanmorley15/AdventureLog.git synced 2025-08-03 20:25:18 +02:00

Add layout and footer components, update adventureService, and create log page

This commit is contained in:
Sean Morley 2024-03-29 22:44:32 +00:00
parent 2f180a204b
commit 90036c5c14
5 changed files with 144 additions and 103 deletions

View file

@ -0,0 +1,18 @@
<style>
.footer {
clear: both;
position: relative;
height: 4rem;
margin-top: -4rem;
text-align: center;
}
</style>
<div class="footer">
<hr>
<br>
<p>AdventureLog 🗺️</p>
</div>