changing styles

This commit is contained in:
2026-01-06 21:09:40 +00:00
parent b11eda3513
commit 14b5651fe2
10 changed files with 166 additions and 98 deletions

View File

@@ -1,6 +1,14 @@
<template>
<nav class="flex-row">
<RouterLink class="bdr-2" to="/"><h1>HOME</h1></RouterLink>
<RouterLink class="bdr-primary margin1" to="/"
><h1>HOME</h1></RouterLink
>
<!-- <RouterLink to="/cv"><h1>CV</h1></RouterLink> -->
</nav>
</template>
<style scoped>
h1 {
padding: 10px;
}
</style>