Reusable CodeBox


The codebox (Looks like this) - (used the br tag for each "next line")
										 
										xmp:before { 
content: counter(line);
counter-increment: line;
}

pre {
white-space: nowrap;
counter-reset: line;
min-height: 10px;
background: #444444;
padding: 5px;
color: #ffffff;
overflow: scroll
}

CSS HEX Colors - Edit the text & background color
1 - CSS inline codeblock example
2 - HTML section code example