6 lines
63 B
CSS
6 lines
63 B
CSS
|
|
.red {
|
||
|
|
color:red;
|
||
|
|
}
|
||
|
|
ul {
|
||
|
|
list-style-position: inside;
|
||
|
|
}
|