I discovered these cool hover effects that someone else had created and I wanted to use the same effect of button 2 in my code for my personal portfolio page. Here is my code. https://codepen.io/Sar8299/pen/VwjvaYq. How do I do so?
The effects are from this code https://codepen.io/davidicus/pen/emgQKJ and I am interested in using the effect on button two in my own code for the project tiles. Can someone show me how to input it so it will work successfully in my own code?
I would probably suggest transitioning the scale and opacity for the pseudo-elements. Although the letter-spacing transition might negate most of the performance benefits, I still think it is cleaner.
Thank you! Just another question though, would i have to add buttons in my code since they arent there or would i have to change the css from.btn-2 to div.projects.buttons?