Closed SrijaVuppala295 closed 1 week ago
Thank you for submitting your pull request! 🙌 We'll review it as soon as possible. In the meantime, If there are any specific instructions or feedback regarding your PR, we'll provide them here. Thanks again for your contribution! 😊
Name | Link |
---|---|
Latest commit | 6271caa5d49918f597a9daaba9369e7bcb3671ca |
Latest deploy log | https://app.netlify.com/sites/dfs-bfs-graph-traversal/deploys/672e2de255d2970008d0d8bd |
Deploy Preview | https://deploy-preview-562--dfs-bfs-graph-traversal.netlify.app |
Preview on mobile | Toggle QR Code...Use your smartphone camera to open QR code link. |
To edit notification comments on pull requests, go to your Netlify site configuration.
@sakeel-103 , please review and merge it , and add level 3 label to it !! I have enhanced the total page and added progess bar to the questions .
🎉🎉 Thank you for your contribution! Your PR #562 has been merged! 🎉🎉
🛠️ Fixes Issue
Fixes: #516
Summary
This PR improves the quiz application layout by adding a fixed, full-height sidebar for quiz levels and centering the main quiz content area. The changes aim to improve usability and visual structure.
Changes Made
Sidebar Layout:
position: fixed
) on the left with full height (height: 100vh
) for persistent visibility.220px
and adjusted.quiz-layout
withmargin-left: 220px
to prevent overlap.Visual Enhancements:
#2c3e50
and added a shadow (box-shadow: 2px 0 8px rgba(0, 0, 0, 0.2)
) for depth.Main Quiz Content:
700px
.text-align: center
to the quiz content for improved readability.📄 Type of Change
📷 Screenshots/GIFs (if any)
BEFORE:
AFTER:
https://github.com/user-attachments/assets/4f1eee96-f380-4810-bee0-1609ee486345
✅ Checklist
🤝 GSSoC Participation