Am just learning HTML and CSS am trying to create Facebook sign up form but am having issues | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

Am just learning HTML and CSS am trying to create Facebook sign up form but am having issues

Html and css

23rd Aug 2019, 10:03 AM
gbadamosi olalekan
gbadamosi olalekan - avatar
8 Answers
0
Hi, what kind issues?
23rd Aug 2019, 10:06 AM
Elcio Cestari
Elcio Cestari - avatar
0
<!DOCTYPE html> <html> <head> <title>Facebook</title> <meta charset="utf-8"> <meta name="description" contact="Facebook social media"> <meta name="keywords" content="social media"> <meta name="author" content="Sheriff"> <link rel="stylesheet" type="text/css" href="stylefacebook.css"> </head> <body> <div class="check"> Facebook <form method="post" action="" novalidate="" enctype="multipart"> <label>Email or Phone</label><br> <input type="Email" class="text" placeholder="Enter your email address"> <label>Password</label><br> <input type="Password" class="text" placeholder=""><br> <button>login</button> </div> <p> <b>Create a new account</b> <br> It's quick and easy </p> <form method="post" action="" novalidate="" enctype="multipart"> <input type="name" class="text" placeholder="First name"> <input type="name" class="text" placeholder="Surname"><br> <input type="number,email" class="text" placeholder="Mobile number or email address"><br> <input type="name" class="text" placeholder=
23rd Aug 2019, 10:15 AM
gbadamosi olalekan
gbadamosi olalekan - avatar
0
That is how far have gone, i want to align the email and password form to the right
23rd Aug 2019, 10:16 AM
gbadamosi olalekan
gbadamosi olalekan - avatar
0
Your code are incomplete, and align you must to do with CSS.
23rd Aug 2019, 11:09 AM
Elcio Cestari
Elcio Cestari - avatar
0
That is where am having problem moving the email, password and login to the right
23rd Aug 2019, 11:12 AM
gbadamosi olalekan
gbadamosi olalekan - avatar
23rd Aug 2019, 6:57 PM
Elcio Cestari
Elcio Cestari - avatar
0
If you still remains with probleam post your CSS code
23rd Aug 2019, 6:58 PM
Elcio Cestari
Elcio Cestari - avatar
0
Thank you Elcio Cestari i will read up from the link and give you feedback
23rd Aug 2019, 7:11 PM
gbadamosi olalekan
gbadamosi olalekan - avatar