1
0
mirror of https://github.com/robonen/canvas-3d.git synced 2026-03-20 10:54:39 +00:00

Configuration

This commit is contained in:
2022-10-19 00:41:53 +07:00
parent 26158d44b4
commit c3bf083071
10 changed files with 102 additions and 30 deletions

View File

@@ -1,9 +1,14 @@
<template>
<h1>Hello, Nuxt </h1>
<div>
<h1>Hello, Nuxt </h1>
</div>
</template>
<style scoped>
h1 {
font-family: Formular, Helvetica, Arial, sans-serif;
div {
height: 100%;
display: flex;
justify-content: center;
align-items: center;
}
</style>