Answers for "sets the background color to a linear gradient that goes to the bottom of the table background starting from rgb(190, 215, 255) and ending in black and"

Go
0

linear gradient that goes to the bottom of the table background starting from

table {
	background: linear-gradient(to bottom rgb(190, 215, 255), black;
	border: 5px solid gray;
}
Posted by: Guest on November-07-2020

Code answers related to "sets the background color to a linear gradient that goes to the bottom of the table background starting from rgb(190, 215, 255) and ending in black and"

Browse Popular Code Answers by Language