12 lines
80 B
CSS
12 lines
80 B
CSS
body {
|
|
width: 300px;
|
|
}
|
|
|
|
ol {
|
|
text-align: left;
|
|
}
|
|
|
|
.result {
|
|
color: red;
|
|
}
|