Posts by lucaStorck • 5 points
2 posts
-
-1
votes1
answer55
viewsQ: I would like to make the Hover effect apply to the entire div, not just the writings
Just like it’s on this website:https://www.smitefire.com/smite/gods# .white { color: #ffffff; } .god_susano { border-bottom: 3px solid #e6b800; } #gods_border { border: 1px solid gray; width: 129px;…
-
-1
votes1
answer4029
viewsQ: What is the difference between Class and CSS id?
I’m starting in CSS and I saw these two properties that are similar and perform the same function, so somehow they must have some difference or other kind of function maybe,I wanted to know the…