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>
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.