سانچہ:BoxTemplate
Shahidlogs سے
This is a template for creating pages using a form.
<style>
/* Add CSS styling for the form input */
.form-input {
margin: 10px 0; padding: 10px; border: 1px solid #ccc; border-radius: 5px; background-color: #f9f9f9;
}
/* Style the button */ .form-input input[type="submit"] {
background-color: #0073e6; color: #fff; padding: 5px 15px; border: none; border-radius: 5px; cursor: pointer;
}
/* Hover effect for the button */ .form-input input[type="submit"]:hover {
background-color: #005bb5;
} </style>