Spaces:
Runtime error
Runtime error
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; | |
} | |