HTML:
html Name: Email: Position: Web Development Graphics Design Video Editing Animator (After Effect) Secretary
CSS:
css
form {
width: 300px;
margin: 0 auto;
}
label {
display: block;
margin-bottom: 5px;
}
input, select {
width: 100%;
padding: 5px;
margin-bottom: 10px;
}
input[type=”submit”] {
background-color: #4CAF50;
color: white;
border: none;
padding: 10px 20px;
cursor: pointer;
}
input[type=”submit”]:hover {
background-color: #45a049;
}
