site-pro/src/components/content/projects/Text.vue

5 lines
No EOL
160 B
Vue

<template>
<div class="flex w-full flex-col items-center justify-center rounded-lg border border-gray-200 p-8">
<h1>Text</h1>
</div>
</template>