WEBINAR:
On-Demand
Building the Right Environment to Support AI, Machine Learning and Deep Learning
Border Right
{border-right: width style color}The border-right property lets you set the width, style, and color of an element's right border simultaneously. Any omitted values will revert to their initial values.
Example:
P {border-right: 10px inset pink}
If you are using a CSS-enabled browser, this paragraph has a 10-pixel-wide, inset, pink right border.