dividers are very cool. you want a divider fast 'n easy? yeah me too.
⨳ the simple humble bar:
the code:
below it's an analysis how to customise it:

red box - the thickness of your bar. you can use px, rem or hv for measurements. don't forget to change height attribute to the same value
green box - the color of your divider. %23 is the URI encoding for the hashtag so you only add your color code after without a #
to add color names, discard %23:
results:
make sure your colors are between single quotes all time to work.
to change opacity, go "get transparent color" and get your color with a certain transparency and copy the code and paste it without the #:
results:
⨳ faded ends bar
the code:
to change color, just change the green boxes like you would in the simple bar. size is done the same way you would do with the simple bar:

