+ 1

How i can add space between Name and input? In html

Like this Name. [username ] https://code.sololearn.com/WuzkVeXkgIEm/?ref=app

19th May 2020, 12:27 PM
Saber Ahmadzai
Saber Ahmadzai - avatar
3 Answers
+ 2
Just add a class attribute inside your form tag (for ex:<form class="any name"> )and then style the class in CSS using the white-space value. Do it like this, .any name{ white-space: pre-wrap ; } After doing so whenever you add spaces or line breaks in your code the results would also show spaces and line breaks .
19th May 2020, 12:44 PM
šŸ”„VENAGEšŸ”„
šŸ”„VENAGEšŸ”„ - avatar
+ 1
Thanks bro šŸ‘Œ šŸ”„VENAGEšŸ”„
19th May 2020, 1:29 PM
Saber Ahmadzai
Saber Ahmadzai - avatar
+ 1
Saber Ahmadzai You're welcome
19th May 2020, 3:03 PM
šŸ”„VENAGEšŸ”„
šŸ”„VENAGEšŸ”„ - avatar