CSS's border property is used to style an element's border. This property is a combination of three other properties:border-width, border-style, and border-color, and can be used as a shorthand notation for these three. It sets or returns the properties border-width, border-style, and border-color.