media previews
What specific areas of your project would you like help with?any feedback is helpful
media previews
What specific areas of your project would you like help with?any feedback is helpful
Use the clamp() function to avoid media queries. Set min-height: 100vh for body to center the container along cross axis. Use rem instead of px for better scalability and consistency across devices.
Happy coding!
It's good that you're using semantic HTML. I would recommend you to add attribute 'alt' to image. You should to have only one tag <main> on the page for accessibility. Also it's better to use rem units instead of px to ensure better scalability and responsiveness. The solution differ from the design, it is wider than the design.