I have created the dashboard using angular and I have placed the background color of balck and greay usig linear-gradient,but it is not looking good.
I want to make my dashboard background as shiny with black color.
dashboard.component.css
#bgcolor {
background-color:lightgray;
background-image: linear-gradient( black , grey);
}
Can anyone help me how to shine the background color with balck