Starting my css with:
* {
margin:0 auto;
padding:0;
}
this does not work anymore.
background:linear-gradient(90deg, red, blue);
I did not so much webdesign the last couple of years, but as i figured out, resetting margin and padding is still necessary. What do I have to code for linear Background instead?