CSS - background linear both directions (gradient background)

0 votes
344 views
added Aug 17, 2022 in CSS by lcjr Lieutenant (12,460 points)
background: linear-gradient(to left, #f3f3f3, #ffffff);
background: linear-gradient(to right, #f3f3f3, #ffffff);

 

lazacode.org - Malaysia's programming knowledge sharing platform, where everyone can share their finding as reference to others.
...