created clickable card (idk lol I dont even remember why I did this)
This commit is contained in:
17
17th Website/src/components/cards/clickableCard.vue
Normal file
17
17th Website/src/components/cards/clickableCard.vue
Normal 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>
|
||||
Reference in New Issue
Block a user