Horizontal bars with default shadowing

A series of default horizontal bars: the first has default size:
5 pixels:
10 pixels:
20 pixels:
40 pixels:
I should try there with alternate color schemes, to see what happens.

Width can be specified in pixels, but it's more convenient to use a percent of screen width. Here's a size=10 pixel bar, default width.


width=100%
width=80%
width=30%
width=5%
width=1%

Let's vary both width and size: width=100%, SIZE=5


width=80%, SIZE=10
width=30%, SIZE=20
width=5%, SIZE=40
width=1%, SIZE=60

Horizontal bars with no shadowing

Let's show the same series with NOSHADE.

A series of default horizontal bars: the first has default size:


5 pixels:
10 pixels:
20 pixels:
40 pixels:

Width can be specified in pixels, but it's more convenient to use a percent of screen width. Here's a size=10 pixel bar, default width.


width=100%
width=80%
width=30%
width=5%
width=1%

Let's vary both width and size: width=100%, SIZE=5


width=80%, SIZE=10
width=30%, SIZE=20
width=5%, SIZE=40
width=1%, SIZE=60

Back to home