0
How to make a line width the same as a sentence above the line?
I want it to look like this: Sentence _________
6 RĂ©ponses
+ 1
set bottom padding
+ 1
padding-bottom:1px;
Change the pixel size and you are done
0
Thx
0
But padding of sentence?
0
First of all, set text decoration on your text div:
div {
text-decoration:underline;
}
- 1
Change The PĂxel