-
Notifications
You must be signed in to change notification settings - Fork 53
Open
Description
🧩 Proposed CSS Improvements
1. Navbar
- Add hover underline animation for navigation items.
- Make navbar sticky with a background blur and subtle drop shadow.
- Animate the “Log In” and “Sign Up” buttons on hover (color transition or scale-up).
2. Hero Section
- Implement a smooth gradient animation in the background.
- Animate hero text (
fade-in+slide-upon load). - Add a glowing hover effect for the “Sign Up Now” button.
- Use
transform: translateY()andopacitytransitions for image and text elements.
3. Typography & Layout
- Improve readability using
clamp()for responsive font scaling. - Add consistent spacing (
paddingandmargin) for better visual balance.
4. Responsiveness
- Optimize layout for smaller screens by stacking hero image and text vertically.
- Adjust padding and button sizes for mobile view.
5. Smooth Scroll Animation
- Add
scroll-behavior: smooth;for navigation links. - Optionally, add fade-in animations for sections as the user scrolls down.
6. Dark/Light Mode Toggle (Optional)
- Introduce a toggle button to switch between light and dark themes using CSS variables.
Reactions are currently unavailable