12 lines
165 B
CSS
Executable File
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;
|
|
}
|