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