CSS Border-Width Property Explained In Detail https://youtu.be/tlqBm_3lSUc
CSS border width allows you to determine the width of a CSS border. This is a pretty cool since adding borders of varying width can to elements can make your website more visually appealing.
Another interesting feature in CSS is you can apply borders two all 4 sides of a contain independent of each other.
For example, you could have an element that only has a border on the right. Or you could have a solid border on the bottom and dashed border on the left. Or a dotted border on the top that is 4 pixels wide, a solid border on the bottom that is 1 pixel wide and a beveled border on the right that is 10 pixels wide.
All that to say, you have a lot flexibility with borders.
A couple things are important to keep in mind.
1. Proper border order.
2. The different border styles you can apply to each side independently using the same order as in point 1.
3. The ability to add border color to each side independently using the same order as in point 1.
That's all there is to it. I hope this video helps you! If you have any questions, please leave them in the comments below. And before you go, subscribe and like :)
If you're into Wordpress, check out my WPLearningLab channel to learn more about WordPress so you can earn more for yourself, for your clients or for your business.