changing styles
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user