CSS Borders
CSS Borders
Specify style, width, and color of an element's border.
Example
p { border: 2px solid green; }
Click on the "Try it Yourself" button to see how it works.
Try it Yourself »Specify style, width, and color of an element's border.
p { border: 2px solid green; }
Click on the "Try it Yourself" button to see how it works.
Try it Yourself »