mirror of
https://github.com/robonen/canvas-3d.git
synced 2026-03-20 02:44:40 +00:00
Configuration
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user