ghostpep___ Posted February 25, 2023 Posted February 25, 2023 Hello, Wondering how to go about implementing the "Underline 2" code: https://css-irl.info/animating-underlines/ to a single page. Thank you.
tuanphan Posted February 27, 2023 Posted February 27, 2023 If you know CSS code, you can add a CSS pseudo with position: absolute, width: 0; height: 2px; then when hover, use CSS to change width to 100% If you don't know CSS, please share link to your site, we can give code easier Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message Contact Customer Care - Learn CSS - Buy me a coffee (thank you!)
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment