Tell us what’s happening:
Describe your issue in detail here.I do’nt understand why this is incorrect and also when is it necessary to use 2 closing brackets.
All linear-gradient values for colors are surrounded with parentheses. The values for the rgb colors should be written as they were given in the code:
rgb(red, green, blue)
So, you must have doubled parentheses in the given code line. I hope this is the answer to your question.
For your information:
" RGB Color Values
Each parameter (red, green, and blue) defines the intensity of the color with a value between 0 and 255. This means that there are 256 x 256 x 256 = 16777216 possible colors."
Not really, excuse mean if i am not to good at understanding your terminology but i assume that a parenthesis means how many different instructions there are for the one color , so like i previously asked does this mean that the more parenthesis there are then the closing brackets should should be equal to that.
sorry for my confusion but in the codes in the following steps only seem to require a single closing bracket.
Here is an example with a few colors. If you add all the colors shown below, to a ‘div’ element with a class set to “put-in-action” you will get the following: