
Design comparison
Community feedback
- P@MihailoSparic01Posted 10 days ago
I noticed that you are using image paths correctly, but you're using the .png or .jpg format instead of the .webp format, which is provided in the starter folders by Frontend Mentor for better performance.
To improve this, simply add .webp at the end of each image path, or let your code editor autocomplete the path if it offers that option.
Also, make sure to keep your CSS in a separate file rather than writing inline CSS
0
Please log in to post a comment
Log in with GitHubJoin 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