I would like to do something simple using HTML and CSS:
|_____|_____|_____|_____|
with aligned numbers under each vertical bar, for example. 0, 1, 2, 3, 4etc.
I would also like to programmatically adjust the space between the bars. Is there any example that I can follow?
source
share