+ 3
I would really appreciate it if you checked my code below to see why the whole log-in Form is being displayed far right.
11 odpowiedzi
+ 5
ME_GUY_COROVITA do not post in comment section ,as many will overlook the question assuming it has been answered ,also this thread is for programming related questions only ,so try to keep it to that only ,you can use your feed for any suggestions and corrections or whatever you want ,you can as well mail a specific person ,
and there is clearly a left property specified with value 380-400 which is the reason behind the problem
+ 4
Thesmallest np you also suggested the right thing with quoting the part to correct ,but basically all the left property in the website need to be made 0px
+ 4
Add margin and padding property
+ 3
Any corrections and suggestions are very very welcome too☺️
+ 3
ThanksThesmallest and Abhay
Those left keywords were the problem
+ 2
Abhay
Okay
I see
But I didn't understand when you said this is for programming related questions only?
+ 2
Read the title of the thread u are using ,it says Q&A ,so you can't ask for code suggestions or improvements here ,
+ 2
Abhay
Sure
+ 2
I dunno if you went through this or not , basically some guidelines for beginners
https://www.sololearn.com/Discuss/1316935/?ref=app
+ 2
For your fieldset.email ,fieldset.google and ul set left:0px;
in css style.
**
Use border shorthand property
Ex-
border-top:2px solid red ;
Try to make your code as clean and small as possible
+ 1