Lab 4
The CSS Border Property
The border property in CSS is used to design the border- border-color: when you have a border and you add this element it will change the color
- border-width: when you have a border and you add this element it will change the width of the border
- border-style: when you have a border and you add this element it will change the pattern/ apperance on the border. Like dashed, dotted, solid and more.
- border-top and bottom: when you have a border and you add this element it will change the top and bottom of the border.