mirror of
https://github.com/NeonGamerBot-QK/saahild.com.git
synced 2025-07-20 12:49:04 +00:00
update:big boy header
This commit is contained in:
parent
70ef3da401
commit
a1dfc9c08f
3 changed files with 29 additions and 1 deletions
20
components/BigTextMain.vue
Normal file
20
components/BigTextMain.vue
Normal file
|
@ -0,0 +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>
|
Loading…
Add table
Add a link
Reference in a new issue