About 389,000 results
Open links in new tab
  1. CSS Border Color - W3Schools

    Specific Side Colors The border-color property can have from one to four values (for the top border, right border, bottom border, and the left border).

  2. border-color - CSS | MDN - MDN Web Docs

    Dec 5, 2025 · Each side can be set individually using border-top-color, border-right-color, border-bottom-color, and border-left-color; or using the writing mode-aware border-block-start-color, border-block …

  3. CSS border-color Property - GeeksforGeeks

    Sep 17, 2024 · It works in conjunction with the border property to provide control over the appearance of borders using various color values like-named colors, hex codes, or RGB values. By combining …

  4. CSS Border | Border Width | Border Color - W3docs

    How to use CSS border width and color properties, border style values like dotted,dashed, solid, double, groove, ridge, inset, outset. See examples.

  5. CSS border-color Property - CSS Portal

    The border-color property controls the color used to draw an element’s border. It determines the visual tint applied to the border lines that form the element’s perimeter, and is used by the rendering engine …

  6. CSS border-color Property (With Examples) - Programiz

    CSS border-color property adds color to the element’s border. In this tutorial, you will learn about CSS border-color with the help of examples.

  7. CSS Border: Complete Guide to Width, Style and Color Properties

    Jun 13, 2025 · Master CSS border properties with this comprehensive guide covering border-width, border-style, and border-color with practical examples and interactive demos.

  8. CSS border-color Property - Tutorial Republic

    The border-color CSS property is a shorthand property for setting the individual border color properties i.e. border-top-color, border-right-color, border-bottom-color, and border-left-color in a single …

  9. border-color - CSS Reference

    Applies a transparent color to the borders. The borders will still take up the space defined by the border-width value.

  10. CSS: border-color property - TechOnTheNet

    This CSS tutorial explains how to use the CSS property called border-color with syntax and examples. The CSS border-color property defines the color of the border of a box.