Skip to content

Commit

Permalink
style: add heading style
Browse files Browse the repository at this point in the history
  • Loading branch information
A1X5H04 committed Oct 13, 2023
1 parent a0af85e commit 2657903
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/Home.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ export default function Home() {
<div className="absolute -bottom-8 -right-5 sm:-bottom-7 sm:-right-6 lg:-bottom-7 lg:-right-6 w-12 h-12 border border-slate-400 dark:border-gray-800 border-dashed rounded-full"></div>
<div className="overflow-hidden">
<Slide direction="up" triggerOnce>
<h1 className="font-extrabold tracking-widest h-full py-2 mb-2 mx-6 text-transparent lg:text-7xl text-5xl bg-clip-text bg-gradient-to-r from-[#8A2387] via-[#E94057] to-[#F27121] background-animate">
<h1 className="font-extrabold tracking-wider h-full py-2 mb-2 mx-6 text-transparent lg:text-7xl text-5xl bg-clip-text bg-gradient-to-r from-[#8A2387] via-[#E94057] to-[#F27121] background-animate">
Frontend Developer
</h1>
</Slide>
Expand Down

0 comments on commit 2657903

Please sign in to comment.