The style declarations which apply to the text below are:
.one {border-left-width: 50px; border-style: solid;} .two {border-left-width: thick; border-style: solid;} .three {border-left-width: medium; border-style: solid;} .four {border-left-width: thin; border-style: solid;} .five {border-left-width: 25px;}
(These will only work if border-style
is supported.)
This paragraph should have a left border width of 50 pixels, which will require some extra text in order to test effectively.
This paragraph should have a thick left border width.
This paragraph should have a medium left border width.
This paragraph should have a thin left border width.
This paragraph should have no border and no extra "padding" on its left side, as no border-style
was set.
(These will only work if This paragraph should have a left border width of 50 pixels, which will require some extra text in order to test effectively. This paragraph should have a thick left border width. This paragraph should have a medium left border width. This paragraph should have a thin left border width.
This paragraph should have no border and no extra "padding" on its left side, as no |