@MasterDev333
Posted
Great work! Your solution is really crisp. One suggestion for rating stars. I saw that many challengers used 5 img tags for rating stars. But what if you want to draw 4.5 or 4.2? In this case, you may use background-image and background-repeat property to draw stars. And then set parent div width to show 4.5 or 4.2. Hope it helps. Happy coding~ :)