I made a card :)
This commit is contained in:
parent
ce2dbd8ae3
commit
d64052af81
2 changed files with 3 additions and 2 deletions
BIN
src/assets/paripi-koumei.png
Normal file
BIN
src/assets/paripi-koumei.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 672 KiB |
|
@ -9,12 +9,13 @@ const props = defineProps({
|
||||||
|
|
||||||
|
|
||||||
<template>
|
<template>
|
||||||
<div class="rounded-xl bg-white mx-auto max-w-md shadow-xl">
|
<div class="rounded-xl overflow-hidden bg-white mx-auto max-w-md shadow-xl md:max-w-2">
|
||||||
<div class="md:flex">
|
<div class="md:flex">
|
||||||
<div class="md:shrink-0">
|
<div class="md:shrink-0">
|
||||||
|
<img class="h-48 w-full object-cover md:h-full md:w-48" src="../assets/paripi-koumei.png">
|
||||||
</div>
|
</div>
|
||||||
<div class="p-8">
|
<div class="p-8">
|
||||||
<a class="font-medium text-black hover:underline tracking-wide">
|
<a class="block mt-1 text-lg leading-tight font-medium text-black hover:underline tracking-wide">
|
||||||
{{title}}
|
{{title}}
|
||||||
</a>
|
</a>
|
||||||
<p class="mt-2 text-slate-500">
|
<p class="mt-2 text-slate-500">
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue