H45
.maain-container {
max-width: 600px;
margin: 40px auto;
background-color: #fdfdfd;
padding: 30px;
border-radius: 8px;
box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
font-family: Arial, sans-serif;
}
.maain-container h2 {
text-align: center;
color: #333;
margin-bottom: 25px;
}
.maain-container form {
display: flex;
flex-direction: column;
}
.maain-container label {
margin-bottom: 5px;
font-weight: bold;
color: #555;
}
.maain-container input,
.maain-container textarea,
.maain-container select {
margin-bottom: 15px;
padding: 10px;
font-size: 14px;
border-radius: 5px;
border: 1px solid #ccc;
width: 100%;
box-sizing: border-box;
}
.maain-container button {
padding: 10px 20px;
font-size: 14px;
border: none;
border-radius: 5px;
background-color: #007bff;
color: white;
font-weight: bold;
cursor: pointer;
margin-right: 10px;
}
.maain-container button:hover {
background-color: #0056b3;
}
.maain-container a {
margin-top: 10px;
text-decoration: none;
color: #dc3545;
font-weight: bold;
}
Comments
Post a Comment