I am new to bootstrap and made some stuff.
but there is a specific effect of highlight a text i can’t reach. i made it wrong many times – like the BG was offset or the line had no spacing and many more problems.
Can you please explain me how to do this ?
Tenter image description herehank !
edit:
Thae image is photoshop, how the final result should look
2
Answers
Does this answer your question?
With the use of pseudo elements we can make a ::before element appear on hover
https://jsfiddle.net/jfe1uf50/
Or you could work with a border and padding like in the following demo and this fiddle.
For the unhovered link I’ve added a transparent border to avoid jumping on hover. You could probably also do this with margin/padding.