mirror of
https://github.com/NeonGamerBot-QK/saahild.com.git
synced 2025-07-19 12:19:05 +00:00
enhancement(lint): Fix lint errors for components/BigTextMain.vue
Co-authored-by: NeonGamerBot-QK <neon@saahild.com> Signed-off-by: zeon-neon[bot] <136533918+zeon-neon[bot]@users.noreply.github.com>
This commit is contained in:
parent
e230a857e6
commit
74c95af39a
1 changed files with 20 additions and 20 deletions
|
@ -1,20 +1,20 @@
|
|||
<script></script>
|
||||
<template>
|
||||
<div class="ml-20 mt-20">
|
||||
<img
|
||||
src="https://avatars.githubusercontent.com/u/58448036?v=4"
|
||||
height="200"
|
||||
width="200"
|
||||
class="pb-5"
|
||||
/>
|
||||
<h1 class="font-bold text-5xl">
|
||||
Hi I'm <span class="text-[#cba6f7] fancy-font">Saahil</span>
|
||||
</h1>
|
||||
<p class="pt-5">I am a teenage developer, designer and programmer</p>
|
||||
</div>
|
||||
</template>
|
||||
<style>
|
||||
.fancy-font {
|
||||
font-family: "Fuzzy Bubbles", sans-serif;
|
||||
}
|
||||
</style>
|
||||
<script></script>
|
||||
<template>
|
||||
<div class="ml-20 mt-20">
|
||||
<img
|
||||
src="https://avatars.githubusercontent.com/u/58448036?v=4"
|
||||
height="200"
|
||||
width="200"
|
||||
class="pb-5"
|
||||
/>
|
||||
<h1 class="font-bold text-5xl">
|
||||
Hi I'm <span class="text-[#cba6f7] fancy-font">Saahil</span>
|
||||
</h1>
|
||||
<p class="pt-5">I am a teenage developer, designer and programmer</p>
|
||||
</div>
|
||||
</template>
|
||||
<style>
|
||||
.fancy-font {
|
||||
font-family: "Fuzzy Bubbles", sans-serif;
|
||||
}
|
||||
</style>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue