feat: add shadow

This commit is contained in:
thehrz 2023-09-16 13:18:44 +08:00
parent 019d0f6cc1
commit d285e3c9b1
Signed by: thehrz
GPG Key ID: C84CBCE7D5F88855

View File

@ -1,11 +1,9 @@
<template>
<section class="flex flex-col items-center">
<img class="w-8em" alt="thehrz" src="/thehrz.jpg" >
<img class="w-8em shadow-lg" alt="thehrz" src="/thehrz.jpg" >
<h1 class="my-8 text-2.5em leading-[1.1] md:text-3.5em c-coolgray-700 font-300">Hi! I'm thehrz.</h1>
<!-- <btn>aa</btn> -->
<p class="c-dark-100">🚧 under construction...</p>
</section>
</template>