feat: add shadow
This commit is contained in:
parent
019d0f6cc1
commit
d285e3c9b1
@ -1,11 +1,9 @@
|
|||||||
<template>
|
<template>
|
||||||
<section class="flex flex-col items-center">
|
<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>
|
<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>
|
<p class="c-dark-100">🚧 under construction...</p>
|
||||||
</section>
|
</section>
|
||||||
</template>
|
</template>
|
||||||
|
Loading…
Reference in New Issue
Block a user