5.2_exercise

This commit is contained in:
Andrea Bianchi
2026-03-31 14:59:47 +09:00
parent baa0d8559f
commit bd1954bc3b
4 changed files with 100 additions and 0 deletions

21
w5_2_FP/style.css Normal file
View File

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