Skip to content

Commit cf6e38f

Browse files
rgb() changes
1 parent 3c6bfc2 commit cf6e38f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

css-cookbook/columns-flexbox--download.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,15 +21,15 @@
2121
}
2222

2323
.container {
24-
border: 2px solid rgb(75, 70, 74);
24+
border: 2px solid rgb(75 70 74);
2525
border-radius: 0.5em;
2626
padding: 20px 10px;
2727
display: flex;
2828
}
2929

3030
.container > * {
3131
padding: 10px;
32-
border: 2px solid rgb(95, 97, 110);
32+
border: 2px solid rgb(95 97 110);
3333
border-radius: 0.5em;
3434
margin: 0 10px;
3535
flex: 1;

0 commit comments

Comments
 (0)