How to deploy a piece of code as text on site:
see results in the console also
the code is generated by JavaScript
HTML code:
<div class="highlight--piece--of--code">
<pre>
<code>
****************************** Your code here *******************************************************************
</code>
</pre>
</div>
CSS code:
.highlight--piece--of--code {
background-color: #08090a;
color: #f8f8f3;
border-radius: 5px;
overflow-x: auto;
}