HunterD Posted April 10, 2022 Posted April 10, 2022 Does anyone know how to add this text decoration? Thanks in advance!
tuanphan Posted April 11, 2022 Posted April 11, 2022 Add a Code Block > Paste this code <h1><span>Heading 1</span></h1> <style> h1 span { position: relative; } h1 span:after { content: ""; background-color: yellow; position: absolute; bottom: 0px; height: 40px; width: 100%; left: 50%; transform: translateX(-50%); z-index: -1; } </style> 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