-1

I need to create line behind text. I have check many propositions from google but nothing is working.

I have screenshot, what I need to do.

Really thanks for help :)enter image description here

mgmaciekmg
  • 63
  • 1
  • 11

1 Answers1

1

I didn't understand exactly your answer , if you want to add a line like that to your page behind text , you can add it as png image and set its location with css style

position : absolute ;
left : 20px;
top : 20px;

change values until it takes its right place

I hope that helps

ArMaNdO
  • 46
  • 5