Important Notice:

Course Content
Float Property
0/1
Z-Index
0/1
CSS object-fit Property
0/1
CSS Visibility Property
0/1
CSS (Chapter 4) M2-R5.1
About Lesson

border-color

            इस Property का use Border के Color को define करने के लिए किया जाता है CSS border colors को आप color name, Hex code या RGB value से declare कर सकते है।

         किसी भी Element का Border Color चारों तरफ से अलग-अलग Set कर सकते हैं। इसके लिए निम्न Values का use किया जाता हैं।

Syntax:- border-color:value;

  1. border-top-color – Top Border का Color Set किया जाता हैं।
  2. border-right-color – Right Border का Color Set किया जाता हैं।
  3. border-bottom-color – Bottom Border का Color Set किया जाता हैं।
  4. border-left-color – Left Border का Color Set किया जाता हैं।

 

border-color

            This property is used to define the color of the border. You can declare CSS border colors with color name, Hex code or RGB value. The border color of any element can be set separately on all sides. For this the following values are used.

Syntax:- border-color:value;

  1. border-top-color – The color of the top border is set.
  2. border-right-color – The color of the right border is set.
  3. border-bottom-color – The color of the bottom border is set.
  4. border-left-color – The color of the left border is set.
error: Content is protected !!