Travolgi šā¢ 31,400
@denielden
Posted
Hi Romila, congratulations on completing the challenge, great job! š
Some little tips for optimizing your code:
- add descriptive text in the
alt
attribute of the images - remove all unnecessary code, the less you write the better as well as being clearer: for example the
div
container of image - add
transition
on the element with hover effect - instead of using
px
use relative units of measurement likerem
-> read here
Hope this help! Happy coding š
Marked as helpful
0
romilaā¢ 3,570
@romila2003
Posted
Hi Daniel,
Thanks for the suggestions, I appreciate it. I changed some of my code according to what you said so thanks again.
1
Travolgi šā¢ 31,400
@denielden
Posted
@romila2003 you are welcome! keep it up :)
1