Well, this was my third challenge. I had difficulty with the hover that is on the picture. I still have a long way to go -☕, I still don't know how to deal with measurements. I am currently using pixels, and I will also try to improve in terms of organization. I think I have to learn to use variables well😅, and also grouping, to make it easier for myself.🍀✔
stefanappdev
@stefanappdevAll comments
- @ouariadamSubmitted about 1 year ago@stefanappdevPosted about 1 year ago
To add hover to an element use the css rule <selector>:hover{ #insert rest here }
this will add the hover effect to any element, the only exception is the <a> tag which requires you to :active and :visited css pseudo rules before the hover rule
you can check this site out: https://www.geeksforgeeks.org/css-hover-selector/ as for css measurements, check this out :https://css-tricks.com/the-lengths-of-css/
hope this helps and overall your design is great
1