Prev Demo
Border Form
Next Demo
Write code here
J
|
B
|
A
<!DOCTYPE html> <html> <head> <title></title> <style> input[type=text] { width: 50%; border:5px solid blue; border-top-left-radius:8px; border-bottom-right-radius:5px; border-top-right-radius:8px; border-bottom-left-radius:9px; } </style> </head> <body> <p>Padded text fields:</p> <form> First Name: <input type="text" id="name" name="name"> <br/> <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