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