exercises/w5_HOF/style.css
2025-03-20 17:32:04 +09:00

12 lines
80 B
CSS

body {
width: 300px;
}
ol {
text-align: left;
}
.result {
color: red;
}