6 lines
84 B
CSS
6 lines
84 B
CSS
|
pre {
|
||
|
background: ghostwhite;
|
||
|
padding: 0.5em;
|
||
|
border-left: 0.2em solid silver;
|
||
|
}
|