+ 1

How to put my form elements on the right side???

How to put my form elements on the right side? They have to be adaptive I tried to use "float: right", but don't know how to do it correct..😰 https://code.sololearn.com/WKh24p2fA03Y/?ref=app

17th Oct 2020, 8:10 PM
PR PRGR
PR PRGR - avatar
7 Antworten
+ 1
Pls include example
17th Oct 2020, 8:11 PM
Atoms~⚛
Atoms~⚛ - avatar
0
text-align:right;
17th Oct 2020, 8:22 PM
born2code
born2code - avatar
0
17th Oct 2020, 8:27 PM
PR PRGR
PR PRGR - avatar
0
And why there is not beatiful output of <input> elements? I would like to make them wider...
17th Oct 2020, 8:29 PM
PR PRGR
PR PRGR - avatar
0
Rankush I tried, but in this way not everything go to right side (( You can see my code, maybe it helps
17th Oct 2020, 8:35 PM
PR PRGR
PR PRGR - avatar
0
#align{ margin-left:35%; /* css*/ } <div id="align"> Which you want to align right side or code </div>
18th Oct 2020, 4:52 AM
born2code
born2code - avatar
0
May be it helpful for you
18th Oct 2020, 4:52 AM
born2code
born2code - avatar