Skip to content

Commit

Permalink
Swap odd horizontal-vertical terms in CSS doc (#2796)
Browse files Browse the repository at this point in the history
Fixes #2789
  • Loading branch information
sideshowbarker authored Mar 2, 2021
1 parent d55d6fc commit b81fb9c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions files/en-us/web/css/border-color/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -40,10 +40,10 @@ <h2 id="Syntax">Syntax</h2>
<pre class="brush:css no-line-numbers">/* &lt;color&gt; values */
border-color: red;

/* horizontal | vertical */
/* top and bottom | left and right */
border-color: red #f015ca;

/* top | vertical | bottom */
/* top | left and right | bottom */
border-color: red rgb(240,30,50,.7) green;

/* top | right | bottom | left */
Expand Down

0 comments on commit b81fb9c

Please sign in to comment.