Responsive rating card with html css and jquery
Design comparison
Solution retrospective
Any ideas on improvement would be helpful.
Community feedback
- @thisisharsh7Posted about 2 years ago
Hey Favour, Good job! your solution seems to be perfect and animation makes it more cool but there are some improvement in the code which could be made
-
Avoid writing
script
tag before closing the</body>
tag the reason for this is html loads from top to bottom instead you can include thescript
before closing the body because page will load and get parsed, as there is no blocking behavior for rendering HTML since you have placed the script in the end. -
Avoid writing the three links from the
google-font
in html if you have used@import
in CSS.
hope this helps...
0 -
Please log in to post a comment
Log in with GitHubJoin our Discord community
Join thousands of Frontend Mentor community members taking the challenges, sharing resources, helping each other, and chatting about all things front-end!
Join our Discord