Sidebar Form

Developer
Size
1,942 Kb
Views
24,288

How do I make an sidebar form?

What is a sidebar form? How do you make a sidebar form? This script and codes were developed by Alen on 07 September 2022, Wednesday.

Sidebar Form Previews

Sidebar Form - Script Codes HTML Codes

<!DOCTYPE html>
<html >
<head> <meta charset="UTF-8"> <title>Sidebar Form</title> <script src="https://s.codepen.io/assets/libs/modernizr.js" type="text/javascript"></script> <link rel="stylesheet" href="css/style.css">
</head>
<body> <table> <tr> <td id="request">Request for a FREE QUOTE Today! <hr/> </td> <tr> <tr> <td>Name *<br/><input type="text"/></td> </tr> <tr> <td>Phone *<br/><input type="text"/></td> </tr> <tr> <td>Email *<br/><input type="text"/></td> </tr> <tr> <td>Zip Code *<br/><input type="text"/></td> </tr> <tr> <td id="check">Home Owner?<br/><input type="checkbox"/>Own <input type="checkbox"/>Rent</td> </tr> <tr> <td><input type="button" value="CALL ME NOW"/></td> </tr>
</table>
</body>
</html>

Sidebar Form - Script Codes CSS Codes

table{ padding: 10px 10px 10px 10px; background-color: #ee920b; font-size: 18px; width: 300px; font-family: 'ralewaylight', Verdana, Helvetica, Arial, sans-serif; color: #034f8d; border-radius: 10px;
}
input[type="text"]{ width: 96%; font-size: 14px; border-radius: 4px; color: #6e6e6e; height: 30px; border: 1px solid #d5d5d5; vertical-align: middle; line-height: 20px; padding: 2px 5px 2px 5px; box-shadow: inset 0 1px 1px rgba(0,0,0,0.075); -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075); -webkit-transition: border linear .2s, box-shadow linear .2s; transition: border linear .2s, box-shadow linear .2s;
}
td#request{ font-size: 140%; text-align: center; text-transform: uppercase;
}
input[type="button"]{ width: 100%; padding: 15px 30px 15px 30px; font-size: 15px; background-color: #034f8d; color: #fff; font-weight: bold; border-radius: 10px;
}
input[type="button"]:hover{ background-color: #ffc000; border-radius: 10px; color: #000;
}
td#check{ text-align: center; font-size: 20px;
}
Sidebar Form - Script Codes
Sidebar Form - Script Codes
Home Page Home
Developer Alen
Username Alen
Uploaded September 07, 2022
Rating 3
Size 1,942 Kb
Views 24,288
Do you need developer help for Sidebar Form?

Find the perfect freelance services for your business! Fiverr's mission is to change how the world works together. Fiverr connects businesses with freelancers offering digital services in 500+ categories. Find Developer!

Alen (Alen) Script Codes
Create amazing SEO content with AI!

Jasper is the AI Content Generator that helps you and your team break through creative blocks to create amazing, original content 10X faster. Discover all the ways the Jasper AI Content Platform can help streamline your creative workflows. Start For Free!