Skip to content

Commit

Permalink
Update rgb/hsl syntax in web\guide
Browse files Browse the repository at this point in the history
  • Loading branch information
FormularSumo committed Jan 3, 2024
1 parent 70c1a2e commit 8efd1a8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions files/en-us/web/guide/css/block_formatting_context/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ section {
height: 150px;
}
.box {
background-color: rgb(224, 206, 247);
background-color: rgb(224 206 247);
border: 5px solid rebeccapurple;
}
.box[style] {
Expand Down Expand Up @@ -133,7 +133,7 @@ section {
height: 150px;
}
.box {
background-color: rgb(224, 206, 247);
background-color: rgb(224 206 247);
border: 5px solid rebeccapurple;
}
.box[style] {
Expand Down

0 comments on commit 8efd1a8

Please sign in to comment.