How can i move my log in box to anywhere in my webpage? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

How can i move my log in box to anywhere in my webpage?

8th Mar 2017, 11:59 AM
adonnis sharma
adonnis sharma - avatar
2 Answers
0
With css position proprieties, css top, left, right, bottom, margin-top, margin-left, etc...
8th Mar 2017, 12:01 PM
Geoffrey L
Geoffrey L - avatar
0
<input class="btn" type="submit" name="submit" value="Login"> how to move this to the centre of the screen??
8th Mar 2017, 12:04 PM
adonnis sharma
adonnis sharma - avatar