how to make a StarField Effect With CSS for brizy ?
1. setting block (hero) >> add class name: starfield
2. next add custom css
* Note: How change size, color star ?
--co: #fff;
--star1: 2px;
--star2: 4px;
--star3: 6px;
Change color code
ex: change white to red : --co: #fff change>>> --co:#ff0000
Change size:
ex: --star3: 6px change >> --star3: 10px;
Code CSS