User:Yb30

Revision as of 11:05, 22 February 2022 by Yb30 (talk | contribs)

YB30's Wiki

Change the user count if you have visited this page for your first time.

1


border-color: red; is equivalent to

  • border-top-color: red;
  • border-right-color: red;
  • border-bottom-color: red;
  • border-left-color: red;

border-color: gold red; is equivalent to

  • border-top-color: gold;
  • border-right-color: red;
  • border-bottom-color: gold;
  • border-left-color: red;

border-color: red cyan gold; is equivalent to

  • border-top-color: red;
  • border-right-color: cyan;
  • border-bottom-color: gold;
  • border-left-color: cyan;

border-color: red cyan black gold; is equivalent to

  • border-top-color: red;
  • border-right-color: cyan;
  • border-bottom-color: black;
  • border-left-color: gold;

Copy to Clipboard