2025-05-27 15:46:31 +08:00

12 lines
165 B
CSS
Executable File

body {
font-family: Arial, sans-serif;
margin: 40px;
text-align: center;
}
button {
padding: 10px 20px;
font-size: 16px;
cursor: pointer;
}