4th-work-Order-Summary-component-Main

Solution retrospective
Feedback is welcomed.
Please log in to post a comment
Log in with GitHubCommunity feedback
- @aryanda1
Man first the main card is also vertically centred in desktop mode, Second add atleast cursor pointer to buttons, and some hover states to them atleast
- @abraund
Nice. I did not realise you can inline an svg into html. Interesting, I guess the advantage there is you save a network call.
If wished you could also reference the svg files from within the html file, which makes it more readable.
Thus the svg element could be replaced with:
<img src="./images/illustration-hero.svg">
Join 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