Skip to content
Advertisement

How to move form from center to right

I am working on this login/signup form on CodeIgniter. Got this login/signup code from the internet, but by default, it is in the center. So how do I move this form to the right side of the page? enter image description here

Login.html

JavaScript

Style.css

JavaScript

index.js

JavaScript

Advertisement

Answer

add float: right to your content. In your css change form class as below

JavaScript
User contributions licensed under: CC BY-SA
9 People found this is helpful
Advertisement