Lines Matching refs:border
24 …border | - | 0 …
25 …border-style | string | solid …
26 | border-[left\|top\|right\|bottom]-style | string | solid …
27 …border-[left\|top\|right\|bottom] | - | - …
28 …border-width | <length> | 0 …
29 | border-[left\|top\|right\|bottom]-width | <length> | 0 …
30 …border-color | <color> | black …
31 | border-[left\|top\|right\|bottom]-color | <color> | black …
32 …border-radius | <length> | - …
33 | border-[top\|bottom]-[left\|right]-radius | <length> | - …
57 …border-box**. Available values are as follows:<br>- **margin-box**: The width and height includes …
61 …border-image-source<sup>7+</sup> | string | - …
62 | border-image-slice<sup>7+</sup> | <length> \| <percentage> | 0 | …
63 | border-image-width<sup>7+</sup> | <length> \| <percentage> | 0 | …
64 …border-image-outset<sup>7+</sup> | <length> \| <percentage> | 0 | H…
65 …border-image-repeat<sup>7+</sup> | string | stretch …
66 …border-image<sup>7+</sup> | string | - …
67 …border-box | Border type of the component.<br>**content-box**: standard box. Its width and heigh…
80 …in: 10px; box-sizing: content-box; width: 300px;height: 300px; border-color: blue; border-width: 2…
83 …<text style="margin: 10px; box-sizing: border-box; width: 300px;height: 300px;border-color: blue; …