Prev Demo
Padding Form
Next Demo
Write code here
J
|
B
|
A
<!DOCTYPE html> <html> <head> <style> input[type=text] { width: 50%; padding: 12px 20px; margin: 10px 10px; } </style> </head> <body> <p>Padded text fields:</p> <form> First Name: <input type="text" id="name" name="name"> <br/> Last Name:<input type="text" id="name" name="name"> </form> </body> </html>
Note: We DO NOT save your trial code in our database.
Output