This commit is contained in:
Artem 2023-05-06 16:03:20 +02:00
parent 65e88a6b6e
commit a29c6c31d5
3 changed files with 3 additions and 3 deletions

View File

@ -4,7 +4,7 @@ import blobHeart from "../assets/blobheart.png";
<div class="text-center">
<p class="font-semibold lg:text-5xl text-4xl hover:scale-110 transition duration-50">
hiya, I'm <span class="text-transparent bg-clip-text from-[#f4b8e4] to-[#ca9ee6] bg-gradient-to-r relative"
hiya, I'm <span class="text-fuchsia-300 relative"
>Artur<span
class="absolute lg:bottom-12 bottom-9 z-50 lg:text-xl text-lg lg:left-7 left-4 text-white font-medium opacity-0 hover:opacity-50 transition duration-50"
>/ˈar.tur/</span

View File

@ -2,7 +2,7 @@
import { Icon } from "astro-icon";
---
<div class="flex gap-x-3 xl:mt-6 mt-5 text-[#f4b8e4]">
<div class="flex gap-x-3 xl:mt-6 mt-5 text-fuchsia-200">
<a href="https://github.com/artiemis" target="_blank">
<Icon name="mdi:github" />
</a>

View File

@ -1,5 +1,5 @@
<div class="artie font-mono fixed top-4 left-6 text-xl font-bold text-slate-300">
&gt; arti<span class="text-pink-400">3</span>
&gt; arti<span class="text-rose-400">3</span>
</div>
<style>