@WiaterKaSubmitted over 1 year ago
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!
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!
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; }