add pretty animations to nav
This commit is contained in:
@@ -11,9 +11,8 @@
|
||||
</template>
|
||||
|
||||
<style>
|
||||
article,
|
||||
main {
|
||||
width: 90%;
|
||||
article {
|
||||
width: 80%;
|
||||
height: 100%;
|
||||
padding-top: 2rem;
|
||||
}
|
||||
|
@@ -1,3 +1,14 @@
|
||||
<script setup lang="ts"></script>
|
||||
|
||||
<template>HELLO</template>
|
||||
<template>
|
||||
<main>
|
||||
<h1>Hello!</h1>
|
||||
<HomeStatBox> Box 1 </HomeStatBox>
|
||||
</main>
|
||||
</template>
|
||||
|
||||
<style scoped>
|
||||
main {
|
||||
display: flex;
|
||||
}
|
||||
</style>
|
||||
|
Reference in New Issue
Block a user