Gildman Laécio
@gillaercioAll solutions
Browser extension manager ui
Submitted 2 days agoThe manipulation of cards and the effects involved, I confess that I had to research on the internet to put into practice the smooth change of cards when changing between active and inactive.
Ping coming soon page
Submitted 23 days agoI thought about implementing the social media background change using Javascript, but I thought it could be done using pure CSS.
I initially tried using an img tag inside the a tag, in the HTML, and in the CSS changing the background-image using :hover, but it wasn't working.
It was after some research that I realized that it doesn't work like that.
I would have to remove the img tag from the HTML and put the background directly in the a tag, so the :hover would work.
Article Preview Component Master with JavaScript
Submitted about 2 months agoThe ability to recognize a situation and know which resource to use appropriately to make the project as optimized as possible.
I am aware that this is acquired through constant practice.