Which of the following property and value pair could be used to apply a linear gradient effect? code example
Example: linear-gradient
background: linear-gradient(to left, #333, #333 50%, #eee 100%);
background: linear-gradient(to left, #333, #333 50%, #eee 100%);