Skip to content

Commit

Permalink
Add boxes 🎁
Browse files Browse the repository at this point in the history
  • Loading branch information
yannikinniger committed Oct 28, 2023
1 parent 1afe7dc commit eae5756
Showing 1 changed file with 17 additions and 1 deletion.
18 changes: 17 additions & 1 deletion src/routes/lost-and-found/LostAndFound.svelte
@@ -1 +1,17 @@
<p>Hello Ariane!</p>
<script lang="ts">
// logic
</script>

<div class="boxes">
<div>Lost</div>
<div>Found</div>
</div>

<style>
.boxes {
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
}
</style>

0 comments on commit eae5756

Please sign in to comment.