Design comparison
SolutionDesign
Solution retrospective
Hello there!
Another project completed. I haven't added any RWD yet, but planning to do so in the future.
Any suggestions on the code are welcome.
Best and happy coding!
Community feedback
- @1lgrandPosted over 1 year ago
Everything is good, you probably forgot the active-state, if you dont know how to do it, it's pretty simple: In the css you have to do ".nameOfClass:hover" , it's used when we put the cursor of the mouse HOVER that element
So for example: h1:hover{ color: cyan; }
1
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