P
@atomz520
I am aware of the Accessibility Report and HTML Validation issues. I was testing to see how Chakra UI handles accessibility and aria labels by default.
Hi @Shun-planet, it's great that you have completed the challenge.
For your question about arranging elements based on screen sizes, do check out @media
queries, that will allow you to have certain CSS styles targeted at different screen sizes.
Happy coding!