Design comparison
Solution retrospective
el poder hacer uso de las tecnologías de HTML, CSS y JavaScript para poder completar este proyecto
What challenges did you encounter, and how did you overcome them?al momento de poder hacer encajar la imagen a la altura que esta requiriendo en el diseño
What specific areas of your project would you like help with?Al momento de hacer :hover sobre el texto la tarjeta cambie su sombra y sin hacer uso de javascritp
Community feedback
- @brainkaPosted 7 months ago
Hello!
When you use hover to change the stage of an element, such as the H1 title card in this project, you don't need to use Javascript for this.
The requirement was to make the text change colour when you hover over it.
The reason the box shadow is changing in size when you hover is because you have included your javascript logic as well.
You can remove the main.js and **
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