<pre>how to create pre tag customs css
i try to put this
pre {
overflow-x: auto;
display: block;
font-family: Consolas,monospace;
white-space: pre;
margin: 1em 0;
background-color: #070302;
text-align: left;
font-size: 12px;
color: #86FB11;
max-height: 20000px;
padding: 0 3px 2px 6px;
}
to customs css. how to make it? i try to put it in forum-a67af28b.css file. pre tag place. but it doesn't work.
</pre>