Overview
Your portfolio uses Tailwind CSS with custom extensions for glassmorphism effects, shadows, and other design elements. All styling is configured intailwind.config.js and src/index.css.
Tailwind Configuration
Custom Font Families
The portfolio uses a custom header font alongside Inter for body text:tailwind.config.js
src/index.css:
src/index.css
Glassmorphism Colors
The portfolio features extensive glassmorphism effects with custom background colors:Custom Component Classes
The portfolio includes reusable glassmorphism component classes defined insrc/index.css:
Glass Components
Interactive Elements
src/index.css
Custom Scrollbar
The portfolio features a custom glassmorphism scrollbar:src/index.css
The scrollbar uses purple gradients to match the overall theme. Adjust the RGBA values to change colors.
Hero Section Styling
Special utility classes for the hero section:src/index.css
Customization Tips
Changing the Color Scheme
To change from purple to another color:- Update shadow colors in
tailwind.config.js(replace99, 102, 241RGB values) - Update scrollbar gradient in
src/index.css - Update hero section gradients
- Update any hardcoded color values in components
Adding New Glass Variants
Add new glassmorphism variants intailwind.config.js:
tailwind.config.js
src/index.css:
src/index.css