CSS 2 Example 14

>> English << | česky | Português ZVON > Tutorials > CSS2 tutorial
Intro / Search / ZVON
>> Example 14 << | Prev | Next | Index | Contents

The width of border can be specified by values thin, medium, thick or it can have an explicit value.

XML SourceCSS stylesheetExample link
(1)
<AAA>
<BBB>bbb</BBB>
<CCC>ccc</CCC>
<DDD>ddd</DDD>
<EEE>eee</EEE>
</AAA>

* {border-style:solid}
BBB {border-width:thin}
CCC {border-width:medium}
DDD {border-width:thick}
EEE {border-width:15px}
View output

AltStyle によって変換されたページ (->オリジナル) /