Which of the following CSS property border-color property sets the color of an element’s four borders? border-background border-background-color border-color all of the mentioned code example
Example 1: border color css
border: 1px solid #000000;
Example 2: border color css
border: 1px;
border-color: #3581fc;