I would really appreciate it if you checked my code below to see why the whole log-in Form is being displayed far right. | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 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.

https://code.sololearn.com/WFH9pfw6FvUK/?ref=app

28th Jul 2020, 10:39 PM
ME_GUY_COROVITA
ME_GUY_COROVITA - avatar
11 Answers
+ 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
28th Jul 2020, 10:57 PM
Abhay
Abhay - avatar
+ 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
28th Jul 2020, 11:22 PM
Abhay
Abhay - avatar
+ 4
Add margin and padding property
29th Jul 2020, 4:12 AM
Išhwäŕÿā.P 👑
Išhwäŕÿā.P 👑 - avatar
+ 3
Any corrections and suggestions are very very welcome too☺️
28th Jul 2020, 10:53 PM
ME_GUY_COROVITA
ME_GUY_COROVITA - avatar
+ 3
ThanksThesmallest and Abhay Those left keywords were the problem
28th Jul 2020, 11:27 PM
ME_GUY_COROVITA
ME_GUY_COROVITA - avatar
+ 2
Abhay Okay I see But I didn't understand when you said this is for programming related questions only?
28th Jul 2020, 11:01 PM
ME_GUY_COROVITA
ME_GUY_COROVITA - avatar
+ 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 ,
28th Jul 2020, 11:09 PM
Abhay
Abhay - avatar
+ 2
Abhay Sure
28th Jul 2020, 11:10 PM
ME_GUY_COROVITA
ME_GUY_COROVITA - avatar
+ 2
I dunno if you went through this or not , basically some guidelines for beginners https://www.sololearn.com/Discuss/1316935/?ref=app
28th Jul 2020, 11:11 PM
Abhay
Abhay - avatar
+ 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
29th Jul 2020, 9:38 AM
Divya Mohan
Divya Mohan - avatar
29th Jul 2020, 4:36 PM
Dark
Dark - avatar