+ 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
7 Antworten
+ 1
Pls include example
0
text-align:right;
0
Atomic Wave ~⚛ included)
0
And why there is not beatiful output of <input> elements? I would like to make them wider...
0
Rankush I tried, but in this way not everything go to right side ((
You can see my code, maybe it helps
0
#align{
margin-left:35%; /* css*/
}
<div id="align">
Which you want to align right side or code
</div>
0
May be it helpful for you