This property is a shorthand property for border-bottom-width, border-bottom-style, and border-bottom-color.
<style> p { border-bottom: 6px solid red; background-color: lightgrey; } </style>