Latest solutions
Latest comments
- @MURRAY122P@aditya-chakraborty
Hi @murray122,
Your CSS code looks pretty neat. But it is usually considered best practices to handle the responsiveness and put all the
media
queries at the end of the CSS file.Also, instead of using a different svg for each open and closed dropdown menu, you can consider using
transform: rotate(180deg)
to rotate it by 180 degrees.Good job!