Mudassar Majeed
@mudasarmajeed5All comments
- @WiileshezoSubmitted 10 months ago@mudasarmajeed5Posted 10 months ago
I have checked seen your solution and it looks really cool and especially the part where we can expand a question using the + icon so the previous question that was seen before automatically closes giving a user-friendly experience.
1 - @vcgmuseSubmitted 10 months ago
Take a look, try to break it. Please let me know if you do or if you notice something that would make it better.
@mudasarmajeed5Posted 10 months agoYes, your solution is perfect, the logic building is perfect, but I would suggest giving specific width and height of the card for PC and laptop users because on my browser it's taking full width and the card looks a bit un-natural. You can Improve it further i.e. setting width and height to 600px and 400px, further you can add cursor:pointer; when we hover over the SVG, and you can set the opacity of the SVG to 70%, when we hover it should be set to 100% using CSS with a smooth transition to give it a feel of a button.
Marked as helpful0 - @UzomaFidelisSubmitted 11 months ago
As always, feedback is much appreciated
@mudasarmajeed5Posted 11 months agoYes, your website looks pretty much good but there is one problem you should try to improve it. The card is overflowing vertically on some resolutions, its preferred to use units like | height:100vh;
Marked as helpful0 - @TsianganaSubmitted 12 months ago
In this challenger I went more deep into the js. try my project and say what you think about it.