-
-
Notifications
You must be signed in to change notification settings - Fork 8
Description
The current website layout is not optimized for all screen sizes. To enhance accessibility and improve user experience, the website should be made fully responsive across mobile, tablet, and desktop devices.
Your task:
Use CSS Flexbox/Grid or Bootstrap/Tailwind to ensure responsive design.
Test responsiveness on multiple screen sizes (320px, 768px, 1024px, etc.).
Verify that buttons, text, and images adjust properly without breaking the layout.
Maintain clean and readable UI consistency.
💡 Tip: You can use browser developer tools (F12 → Responsive Mode) to check layout adjustments.
✅ Acceptance Criteria
Page layout adjusts properly on mobile, tablet, and desktop.
Navbar and buttons are aligned and not overlapping.
Fonts and images resize gracefully.
No horizontal scrolling on small screens.
Code is clean, responsive, and W3C valid.