CSS ref Border
From w3cyberlearnings
# | Property | CSS | Description |
---|---|---|---|
1 | border | 1 | Sets all the border properties in one declaration |
2 | border-bottom | 1 | Sets all the bottom border properties in one declaration |
3 | border-bottom-color | 1 | Sets the color of the bottom border |
4 | border-bottom-style | 1 | Sets the style of the bottom border |
5 | border-bottom-width | 1 | Sets the width of the bottom border |
6 | border-color | 1 | Sets the color of the four borders |
7 | border-left | 1 | Sets all the left border properties in one declaration |
8 | border-left-color | 1 | Sets the color of the left border |
9 | border-left-style | 1 | Sets the style of the left border |
10 | border-left-width | 1 | Sets the width of the left border |
11 | border-right | 1 | Sets all the right border properties in one declaration |
12 | border-right-color | 1 | Sets the color of the right border |
13 | border-right-style | 1 | Sets the style of the right border |
14 | border-right-width | 1 | Sets the width of the right border |
15 | border-style | 1 | Sets the style of the four borders |
16 | border-top | 1 | Sets all the top border properties in one declaration |
17 | border-top-color | 1 | Sets the color of the top border |
18 | border-top-style | 1 | Sets the style of the top border |
19 | border-top-width | 1 | Sets the width of the top border |
20 | border-width | 1 | Sets the width of the four borders |
21 | outline | 2 | Sets all the outline properties in one declaration |
22 | outline-color | 2 | Sets the color of an outline |
23 | outline-style | 2 | Sets the style of an outline |
24 | outline-width | 2 | Sets the width of an outline |
25 | border-bottom-left-radius | 3 | Defines the shape of the border of the bottom-left corner |
26 | border-bottom-right-radius | 3 | Defines the shape of the border of the bottom-right corner |
27 | border-image | 3 | Set for all the border-image-* properties |
28 | border-image-outset | 3 | Sets the amount by which the border image area extends beyond the border box |
29 | border-image-repeat | 3 | Sets whether the image-border should be repeated, rounded or stretched |
30 | border-image-slice | 3 | Sets the inward offsets of the image-border |
31 | border-image-source | 3 | Sets an image to be used as a border |
32 | border-image-width | 3 | Sets the widths of the image-border |
33 | border-radius | 3 | Sets for all the four border-*-radius properties |
34 | border-top-left-radius | 3 | Defines the shape of the border of the top-left corner |
35 | border-top-right-radius | 3 | Defines the shape of the border of the top-right corner |
36 | box-decoration-break | 3 | |
37 | box-shadow | 3 | Attaches one or more drop-shadows to the box |