9 lines
95 B
CSS
9 lines
95 B
CSS
.highlight {
|
|
padding: 2px;
|
|
background: yellow;
|
|
}
|
|
|
|
div#text {
|
|
font-family: Courier;
|
|
}
|