5.2_exercise
This commit is contained in:
21
w5_2_FP/style.css
Normal file
21
w5_2_FP/style.css
Normal 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;
|
||||
}
|
||||
Reference in New Issue
Block a user