I would like to implement this by reducing the amount of CSS I've written, any recomendations ??
Ayush Sharma
@ayushsh841All comments
- @rayansailaniSubmitted about 3 years ago@ayushsh841Posted about 3 years ago
I would suggest using relative units when writing CSS so that they always adjust to the screen space like rem/%.
Marked as helpful1 - @SArkar-HtetSubmitted about 3 years ago
I would like to accept your suggestion to enhance my frontend knowledge. Could I have some suggestion? Sorry for the language incompetence.
@ayushsh841Posted about 3 years agoHey Sarkar,
You could align the content to the centre as on higher resolutions the component sticks to the top. Also would suggest using another div to wrap the contents of main so that it is easy to manage the content.
Marked as helpful0 - @joel-elyon-nwambaSubmitted about 3 years ago
Hey guys this was my first attempt I know I most likely am missing a lot of things. Welcome any tips on how I could have done it better.
@ayushsh841Posted about 3 years agoHey Joel, The luxury section is not aligned with the other 2 sections. Also, you could add an empty alt="" to the images, the reason we have it has empty is because they are just icons that necessarily don't provide any extra information. This would resolve some HTML issues. You forgot to add the background colour.
Marked as helpful0 - @swarajnandedkarSubmitted about 3 years ago
Hey There,
This is my first Challenge on FrontEndMentor.io. I would like to know your Feedback on this Challenge. I tried my best to complete this Challenge.
I am not able to understand the Media Queries for Responsive Design. So, I have not added the Responsive Design to this Challenge. Any good resource for me to learn that?
Thanks a lot.
@ayushsh841Posted about 3 years agoFor responsive design check out this channel https://www.youtube.com/channel/UCJZv4d5rbIKd4QHMPkcABCw
Also start mobile design first so it would then be easy to scale the design to higher resolutions.
1 - @ayushsh841Submitted about 3 years ago
Would like some feedback on my CSS written. I feel it could be done with less code.
@ayushsh841Posted about 3 years agoHi Shahin,
Thanks for the feedback, will update the code based on it.
1