Spaces:
Runtime error
Runtime error
File size: 289 Bytes
521d5c9 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 |
body {
font-family: Arial, sans-serif;
margin: 20px;
}
h1 {
color: #4CAF50;
}
button {
margin: 10px;
padding: 10px 15px;
background-color: #4CAF50;
color: white;
border: none;
cursor: pointer;
}
#result {
margin-top: 20px;
font-size: 18px;
}
|