I'm currently working on achieving this layout in my HTML:
https://i.stack.imgur.com/2LEQO.png
Here is the JSFiddle link: https://jsfiddle.net/cr9vkc7f/4/
I attempted to add a border to the left of my code snippet as shown below:
border-left: 1px solid #444;
The current output looks like this, but I want to align the numbers to the left side to match my desired layout: https://i.stack.imgur.com/pvX3O.png
If anyone could assist me with this, I believe I am very close to achieving the desired result.