Files
Site-protegido/sitecomlogin/style.css
2024-06-16 00:36:48 -03:00

23 lines
335 B
CSS

body {
font-family: Arial, sans-serif;
text-align: center;
padding: 20px;
}
input, button {
margin: 10px;
padding: 8px;
font-size: 16px;
}
button {
background-color: #007bff;
color: white;
border: none;
cursor: pointer;
}
button:hover {
background-color: #0056b3;
}