Design comparison
SolutionDesign
Solution retrospective
Waiting for feedbacks to improve my code 🥰
Community feedback
- @katrine9176Posted over 1 year ago
Hello! Your solution looks really good!
Here is some advice:
- don't put CSS styles in
index.html
file, instead of that makestyle.css
file and there put your CSS styles fromstyle
tag, - to connect
style.css
withindex.html
add in<head>
<link rel="stylesheet" href="style.css">
Hope it was helpful and happy coding! 😃
0 - don't put CSS styles in
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