z:0pxdiff --git a/box-alignment/flexbox/auto-margins.html b/box-alignment/flexbox/auto-margins.html index b1d9394a..6676fc54 100644 --- a/box-alignment/flexbox/auto-margins.html +++ b/box-alignment/flexbox/auto-margins.html @@ -68,7 +68,7 @@ padding: 20px; border: 2px solid rgb(96, 139, 168); border-radius: 5px; - background-color: rgba(96, 139, 168, 0.2); + background-color: rgb(96 139 168 / 0.2); } diff --git a/flexbox/alignment/align-content.html b/flexbox/alignment/align-content.html index 01d44a27..45962562 100644 --- a/flexbox/alignment/align-content.html +++ b/flexbox/alignment/align-content.html @@ -68,7 +68,7 @@ padding: 20px; border: 2px solid rgb(96, 139, 168); border-radius: 5px; - background-color: rgba(96, 139, 168, 0.2); + background-color: rgb(96 139 168 / 0.2); flex: 1 1 100px; } diff --git a/flexbox/alignment/align-items.html b/flexbox/alignment/align-items.html index 64bfb2ba..156ad313 100644 --- a/flexbox/alignment/align-items.html +++ b/flexbox/alignment/align-items.html @@ -68,7 +68,7 @@ padding: 20px; border: 2px solid rgb(96, 139, 168); border-radius: 5px; - background-color: rgba(96, 139, 168, 0.2); + background-color: rgb(96 139 168 / 0.2); } diff --git a/flexbox/basics/the-flex-container.html b/flexbox/basics/the-flex-container.html index 851c4441..78d3da23 100644 --- a/flexbox/basics/the-flex-container.html +++ b/flexbox/basics/the-flex-container.html @@ -68,7 +68,7 @@ .box > * { border: 2px solid rgb(96, 139, 168); border-radius: 5px; - background-color: rgba(96, 139, 168, 0.2); + background-color: rgb(96 139 168 / 0.2); } diff --git a/flexbox/ratios/flex-basis.html b/flexbox/ratios/flex-basis.html index 56e28fd0..5ba374d4 100644 --- a/flexbox/ratios/flex-basis.html +++ b/flexbox/ratios/flex-basis.html @@ -64,7 +64,7 @@ .box > * { border: 2px solid rgb(96, 139, 168); border-radius: 5px; - background-color: rgba(96, 139, 168, 0.2); + background-color: rgb(96 139 168 / 0.2); } .box { diff --git a/flexbox/ratios/flex-grow-ratios.html b/flexbox/ratios/flex-grow-ratios.html index 2a9806b2..36fad7ac 100644 --- a/flexbox/ratios/flex-grow-ratios.html +++ b/flexbox/ratios/flex-grow-ratios.html @@ -62,7 +62,7 @@ .box > * { border: 2px solid rgb(96, 139, 168); border-radius: 5px; - background-color: rgba(96, 139, 168, 0.2); + background-color: rgb(96 139 168 / 0.2); } .box { diff --git a/flexbox/ratios/flex-grow.html b/flexbox/ratios/flex-grow.html index fddaef3a..0ad11f2e 100644 --- a/flexbox/ratios/flex-grow.html +++ b/flexbox/ratios/flex-grow.html @@ -64,7 +64,7 @@ .box > * { border: 2px solid rgb(96, 139, 168); border-radius: 5px; - background-color: rgba(96, 139, 168, 0.2); + background-color: rgb(96 139 168 / 0.2); } .box { diff --git a/flexbox/ratios/flex-shrink-min-content.html b/flexbox/ratios/flex-shrink-min-content.html index 8be690b7..bb3d485b 100644 --- a/flexbox/ratios/flex-shrink-min-content.html +++ b/flexbox/ratios/flex-shrink-min-content.html @@ -64,7 +64,7 @@ .box > * { border: 2px solid rgb(96, 139, 168); border-radius: 5px; - background-color: rgba(96, 139, 168, 0.2); + background-color: rgb(96 139 168 / 0.2); } .box { diff --git a/flexbox/ratios/flex-shrink-ratios.html b/flexbox/ratios/flex-shrink-ratios.html index 3c38f8d5..c780b1d5 100644 --- a/flexbox/ratios/flex-shrink-ratios.html +++ b/flexbox/ratios/flex-shrink-ratios.html @@ -64,7 +64,7 @@ .box > * { border: 2px solid rgb(96, 139, 168); border-radius: 5px; - background-color: rgba(96, 139, 168, 0.2); + background-color: rgb(96 139 168 / 0.2); } .box { diff --git a/flexbox/ratios/flex-shrink.html b/flexbox/ratios/flex-shrink.html index 59f09660..ba86dc7b 100644 --- a/flexbox/ratios/flex-shrink.html +++ b/flexbox/ratios/flex-shrink.html @@ -64,7 +64,7 @@ .box > * { border: 2px solid rgb(96, 139, 168); border-radius: 5px; - background-color: rgba(96, 139, 168, 0.2); + background-color: rgb(96 139 168 / 0.2); } .box { diff --git a/flexbox/relationship/display-contents.html b/flexbox/relationship/display-contents.html index cfb2d94f..dbddf736 100644 --- a/flexbox/relationship/display-contents.html +++ b/flexbox/relationship/display-contents.html @@ -66,7 +66,7 @@ .box > * { border: 2px solid rgb(96, 139, 168); border-radius: 5px; - background-color: rgba(96, 139, 168, 0.2); + background-color: rgb(96 139 168 / 0.2); padding: 20px; } diff --git a/flexbox/relationship/flex-layout.html b/flexbox/relationship/flex-layout.html index 884c7cf1..a35b1852 100644 --- a/flexbox/relationship/flex-layout.html +++ b/flexbox/relationship/flex-layout.html @@ -66,7 +66,7 @@ .box > * { border: 2px solid rgb(96, 139, 168); border-radius: 5px; - background-color: rgba(96, 139, 168, 0.2); + background-color: rgb(96 139 168 / 0.2); padding: 20px; } diff --git a/flexbox/relationship/floats.html b/flexbox/relationship/floats.html index b00a5ac1..6e79ba87 100644 --- a/flexbox/relationship/floats.html +++ b/flexbox/relationship/floats.html @@ -62,7 +62,7 @@ .box > * { border: 2px solid rgb(96, 139, 168); border-radius: 5px; - background-color: rgba(96, 139, 168, 0.2); + background-color: rgb(96 139 168 / 0.2); } .box { diff --git a/flexbox/relationship/grid-layout.html b/flexbox/relationship/grid-layout.html index dba7808a..bbf71f78 100644 --- a/flexbox/relationship/grid-layout.html +++ b/flexbox/relationship/grid-layout.html @@ -66,7 +66,7 @@ .box > * { border: 2px solid rgb(96, 139, 168); border-radius: 5px; - background-color: rgba(96, 139, 168, 0.2); + background-color: rgb(96 139 168 / 0.2); padding: 20px; } diff --git a/flexbox/relationship/writing-modes.html b/flexbox/relationship/writing-modes.html index fbc7fe7a..021ddb9d 100644 --- a/flexbox/relationship/writing-modes.html +++ b/flexbox/relationship/writing-modes.html @@ -62,7 +62,7 @@ .box > * { border: 2px solid rgb(96, 139, 168); border-radius: 5px; - background-color: rgba(96, 139, 168, 0.2); + background-color: rgb(96 139 168 / 0.2); } .box { diff --git a/flexbox/use-cases/cards.html b/flexbox/use-cases/cards.html index 4e4de262..aade8a63 100644 --- a/flexbox/use-cases/cards.html +++ b/flexbox/use-cases/cards.html @@ -75,7 +75,7 @@ } .card footer { - background-color: rgba(96, 139, 168, 0.2); + background-color: rgb(96 139 168 / 0.2); padding: 10px; } diff --git a/flexbox/use-cases/center.html b/flexbox/use-cases/center.html index 2e1a99ba..3fe53a89 100644 --- a/flexbox/use-cases/center.html +++ b/flexbox/use-cases/center.html @@ -68,7 +68,7 @@ .box > * { border: 2px solid rgb(96, 139, 168); border-radius: 5px; - background-color: rgba(96, 139, 168, 0.2); + background-color: rgb(96 139 168 / 0.2); } diff --git a/flexbox/use-cases/label-input-button.html b/flexbox/use-cases/label-input-button.html index 53592c1a..3bf06a1e 100644 --- a/flexbox/use-cases/label-input-button.html +++ b/flexbox/use-cases/label-input-button.html @@ -76,11 +76,11 @@ line-height: 1; } .wrapper > input[type="text"] { - background-color: rgba(96, 139, 168, 0.5); + background-color: rgb(96 139 168 / 0.5); border-right: 1px solid rgb(96, 139, 168); } .wrapper input[type="submit"] { - background-color: rgba(96, 139, 168, 1); + background-color: rgb(96 139 168); color: #fff; } .wrapper label { diff --git a/flexbox/use-cases/navigation-flex.html b/flexbox/use-cases/navigation-flex.html index 36428c93..f8d7e414 100644 --- a/flexbox/use-cases/navigation-flex.html +++ b/flexbox/use-cases/navigation-flex.html @@ -74,7 +74,7 @@ color: #000; border: 2px solid rgb(96, 139, 168); border-radius: 5px; - background-color: rgba(96, 139, 168, 0.2); + background-color: rgb(96 139 168 / 0.2); padding: 10px; display: block; } diff --git a/flexbox/use-cases/navigation.html b/flexbox/use-cases/navigation.html index 2f18ae10..84614a9a 100644 --- a/flexbox/use-cases/navigation.html +++ b/flexbox/use-cases/navigation.html @@ -74,7 +74,7 @@ color: #000; border: 2px solid rgb(96, 139, 168); border-radius: 5px; - background-color: rgba(96, 139, 168, 0.2); + background-color: rgb(96 139 168 / 0.2); padding: 10px; display: block; } diff --git a/flexbox/use-cases/split-navigation.html b/flexbox/use-cases/split-navigation.html index d18985b3..db0139d4 100644 --- a/flexbox/use-cases/split-navigation.html +++ b/flexbox/use-cases/split-navigation.html @@ -74,7 +74,7 @@ color: #000; border: 2px solid rgb(96, 139, 168); border-radius: 5px; - background-color: rgba(96, 139, 168, 0.2); + background-color: rgb(96 139 168 / 0.2); padding: 10px; display: block; } diff --git a/flexbox/wrapping/column-wrap.html b/flexbox/wrapping/column-wrap.html index e1216279..2b92aafa 100644 --- a/flexbox/wrapping/column-wrap.html +++ b/flexbox/wrapping/column-wrap.html @@ -62,7 +62,7 @@ .box > * { border: 2px solid rgb(96, 139, 168); border-radius: 5px; - background-color: rgba(96, 139, 168, 0.2); + background-color: rgb(96 139 168 / 0.2); } .box { diff --git a/flexbox/wrapping/flex-grid.html b/flexbox/wrapping/flex-grid.html index bbc33d5f..6eca9f5b 100644 --- a/flexbox/wrapping/flex-grid.html +++ b/flexbox/wrapping/flex-grid.html @@ -65,7 +65,7 @@ .box > * { border: 2px solid rgb(96, 139, 168); border-radius: 5px; - background-color: rgba(96, 139, 168, 0.2); + background-color: rgb(96 139 168 / 0.2); } .box { diff --git a/flexbox/wrapping/gaps.html b/flexbox/wrapping/gaps.html index 0b67a55b..7e8bd23b 100644 --- a/flexbox/wrapping/gaps.html +++ b/flexbox/wrapping/gaps.html @@ -65,7 +65,7 @@ .box > * { border: 2px solid rgb(96, 139, 168); border-radius: 5px; - background-color: rgba(96, 139, 168, 0.2); + background-color: rgb(96 139 168 / 0.2); } .box { diff --git a/flexbox/wrapping/grid-example.html b/flexbox/wrapping/grid-example.html index d2887560..28adcd64 100644 --- a/flexbox/wrapping/grid-example.html +++ b/flexbox/wrapping/grid-example.html @@ -62,7 +62,7 @@ .box > * { border: 2px solid rgb(96, 139, 168); border-radius: 5px; - background-color: rgba(96, 139, 168, 0.2); + background-color: rgb(96 139 168 / 0.2); } .box { diff --git a/flexbox/wrapping/row-reverse-wrap.html b/flexbox/wrapping/row-reverse-wrap.html index 106deb64..4d72279e 100644 --- a/flexbox/wrapping/row-reverse-wrap.html +++ b/flexbox/wrapping/row-reverse-wrap.html @@ -62,7 +62,7 @@ .box > * { border: 2px solid rgb(96, 139, 168); border-radius: 5px; - background-color: rgba(96, 139, 168, 0.2); + background-color: rgb(96 139 168 / 0.2); } .box { diff --git a/flexbox/wrapping/row-wrap.html b/flexbox/wrapping/row-wrap.html index 3d7912ea..c8de825f 100644 --- a/flexbox/wrapping/row-wrap.html +++ b/flexbox/wrapping/row-wrap.html @@ -62,7 +62,7 @@ .box > * { border: 2px solid rgb(96, 139, 168); border-radius: 5px; - background-color: rgba(96, 139, 168, 0.2); + background-color: rgb(96 139 168 / 0.2); } .box { diff --git a/flexbox/wrapping/visibility-collapse.html b/flexbox/wrapping/visibility-collapse.html index 3922494f..a904357c 100644 --- a/flexbox/wrapping/visibility-collapse.html +++ b/flexbox/wrapping/visibility-collapse.html @@ -68,7 +68,7 @@ .box > * { border: 2px solid rgb(96, 139, 168); border-radius: 5px; - background-color: rgba(96, 139, 168, 0.2); + background-color: rgb(96 139 168 / 0.2); padding: 10px; } diff --git a/flexbox/wrapping/wrapped-visibility-collapse.html b/flexbox/wrapping/wrapped-visibility-collapse.html index 02ce04af..1be1c97b 100644 --- a/flexbox/wrapping/wrapped-visibility-collapse.html +++ b/flexbox/wrapping/wrapped-visibility-collapse.html @@ -68,7 +68,7 @@ .box > * { border: 2px solid rgb(96, 139, 168); border-radius: 5px; - background-color: rgba(96, 139, 168, 0.2); + background-color: rgb(96 139 168 / 0.2); padding: 10px; } diff --git a/grid/subgrid/adding-line-names.html b/grid/subgrid/adding-line-names.html index 5ca5502d..74557db4 100644 --- a/grid/subgrid/adding-line-names.html +++ b/grid/subgrid/adding-line-names.html @@ -49,7 +49,7 @@ } .subitem2 { - background-color: rgba(0, 0, 0, 0.5); + background-color: rgb(0 0 0 / 0.5); grid-column: sub-b / sub-d; grid-row: 1; } @@ -88,7 +88,7 @@ } .subitem2 { - background-color: rgba(0,0,0,.5); + background-color: rgb(0 0 0 / .5); grid-column: sub-b / sub-d; grid-row: 1; } diff --git a/howto/box-shadow-button.html b/howto/box-shadow-button.html index 0633fa96..73465746 100644 --- a/howto/box-shadow-button.html +++ b/howto/box-shadow-button.html @@ -26,7 +26,7 @@ @@ -40,7 +40,7 @@ diff --git a/howto/opacity.html b/howto/opacity.html index 5e30a397..79766576 100644 --- a/howto/opacity.html +++ b/howto/opacity.html @@ -35,7 +35,7 @@ } .box2 { - background-color: rgba(0, 0, 0, 0.5); + background-color: rgb(0 0 0 / 0.5); color: #fff; } @@ -59,7 +59,7 @@ } .box2 { - background-color: rgba(0,0,0,.5); + background-color: rgb(0 0 0 / .5); color: #fff; } diff --git a/howto/text-shadow.html b/howto/text-shadow.html index f41b61a6..8829e784 100644 --- a/howto/text-shadow.html +++ b/howto/text-shadow.html @@ -21,7 +21,7 @@ @@ -36,7 +36,7 @@
z:0pxz:0px