8 lines
82 B
CSS
8 lines
82 B
CSS
.italic {
|
|
font-style: italic
|
|
}
|
|
|
|
.stroke {
|
|
text-decoration: line-through
|
|
}
|