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:
parent
2f180a204b
commit
90036c5c14
5 changed files with 144 additions and 103 deletions
18
src/lib/components/Footer.svelte
Normal file
18
src/lib/components/Footer.svelte
Normal 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>
|
Loading…
Add table
Add a link
Reference in a new issue