Fork me on GitHub

consola.css
A CSS micro-framework for a console like style

NPM Bower NPM Downloads license Code Climate

Inline

Wrap inline snippets of code with <code>.

Some code..
<code>Some code..</code>

Basic block

Wrap block snippets of code with <pre>.

Sample code here..
Sample code here..
<pre>
Sample code here..
Sample code here..
</pre>