Skip to content

atulsarkar1/css-length-problem

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 100.0%