created clickable card (idk lol I dont even remember why I did this)

This commit is contained in:
ajdj100
2023-10-10 00:59:53 -04:00
parent b1cf3c50f8
commit a337e0e522

View File

@@ -0,0 +1,17 @@
<template>
<div class="card">
<h1 class="bg-gray-dark rounded-xl w-fit p-5">HELLO</h1>
</div>
</template>
<style>
.card {
color: var(--white);
padding: 0 10px;
margin: 10px;
border-radius: 10px;
font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
height: fit-content;
}
</style>