Skip to content

Latest commit

 

History

History
52 lines (43 loc) · 863 Bytes

File metadata and controls

52 lines (43 loc) · 863 Bytes
<style> p.one { border-style: solid; border-width: 5px; }

p.two { border-style: solid; border-width: medium; }

p.three { border-style: dotted; border-width: 2px; }

p.four { border-style: dotted; border-width: thick; }

p.five { border-style: double; border-width: 15px; }

p.six { border-style: double; border-width: thick; } </style>

The border-width Property

This property specifies the width of the four borders:

Satwick Sam.

Some text.

Some text.

Some text.

Some text.

Some text.

Note: The "border-width" property does not work if it is used alone. Always specify the "border-style" property to set the borders first.