diff --git a/docs/user-interface/styles/css.md b/docs/user-interface/styles/css.md index 49ff4ecc9..a91f40ddf 100644 --- a/docs/user-interface/styles/css.md +++ b/docs/user-interface/styles/css.md @@ -1,7 +1,7 @@ --- title: "Style apps using Cascading Style Sheets" description: ".NET MAUI supports styling visual elements using Cascading Style Sheets (CSS)." -ms.date: 03/14/2025 +ms.date: 03/19/2025 --- # Style apps using Cascading Style Sheets @@ -366,9 +366,9 @@ The following CSS properties are supported by .NET MAUI (in the **Values** colum |`align-self`|| `auto` \| `stretch` \| `center` \| `start` \| `end` \| `flex-start` \| `flex-end` \| `initial`|`align-self: flex-end;`| |`background-color`||_color_ \| `initial` |`background-color: springgreen;`| |`background-image`||_string_ \| `initial` |`background-image: bg.png;`| -|`border-color`|, , |_color_ \| `initial`|`border-color: #9acd32;`| -|`border-radius`|, , , |_double_ \| `initial` |`border-radius: 10;`| -|`border-width`|, |_double_ \| `initial` |`border-width: .5;`| +|`border-color`|, , , |_color_ \| `initial`|`border-color: #9acd32;`| +|`border-radius`|, , , , |_double_ \| `initial` |`border-radius: 10;`| +|`border-width`|, , |_double_ \| `initial` |`border-width: .5;`| |`color`|, , , , , , , , , , , , |_color_ \| `initial` |`color: rgba(255, 0, 0, 0.3);`| |`column-gap`||_double_ \| `initial`|`column-gap: 9;`| |`direction`||`ltr` \| `rtl` \| `inherit` \| `initial` |`direction: rtl;`|