navbar component and some main.css changes

This commit is contained in:
María
2025-07-29 12:08:18 +02:00
committed by María
parent 963d692d66
commit 329a7ef7c0
4 changed files with 265 additions and 8 deletions

View File

@@ -1,11 +1,15 @@
<template>
<div>
<header></header>
<body>
<header>
<NavBar />
</header>
<main>
<slot />
</main>
<footer></footer>
</div>
<footer>
<!-- <Footer /> -->
</footer>
</body>
</template>