Skip to content

Instantly share code, notes, and snippets.

@daliborgogic
Last active December 1, 2018 21:16
Show Gist options
  • Save daliborgogic/1db3c4a8b8653da7f532b86e371d86f3 to your computer and use it in GitHub Desktop.
Save daliborgogic/1db3c4a8b8653da7f532b86e371d86f3 to your computer and use it in GitHub Desktop.
Line numbers with CSS only
<pre>
<span>module.exports = async (req, res) => {</span>
<span> return</span>
<span>}</span>
</pre>
pre
counter-reset line
position relative
span
&:before
left -16px
position absolute
counter-increment line
content counter(line)
display inline-block
color #999
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment