Files
exercises/w5_2_FP/style.css
Andrea Bianchi bd1954bc3b 5.2_exercise
2026-03-31 14:59:47 +09:00

22 lines
187 B
CSS

body {
width: 600px;
}
ol {
text-align: left;
}
li {
list-style: circle;
}
.blue {
color: dodgerblue;
font-style: italic;
}
.pink {
color: fuchsia;
font-weight: bold;
}