Web Sign Up Form 1
Run
HTML
Sign Up
Sign Up
CSS
.bodybg{ background: #ffffff; } .h1{ font-family: verdana; font-style: none; font-variant: none; font-weight: normal; letter-spacing: 1px; text-align: center; text-transform: none; text-decoration: none; text-shadow: none; color: #000000; } .form{ width: 240px; height: 350px; border:2px solid #19a9a6; font-size:15px; font-family:verdana; font-weight:normal; letter-spacing:1px; text-align:center; color:#000000; background:#ffffff; } .form-input{ width: 90%; height: 40px; margin-top: 10px; padding-left: 10px; border: 1px solid #19a9a6; color:#000000; background: #ffffff; } .form-btn{ width: 40%; height: 40px; margin-top: 10px; border: none; font-size: 15px; font-family: verdana; color: #ffffff; background: #19a9a6; }
Follow Us