flex grid power

r/css • u/nahisunra • 14h ago can some one help me with this assignment

 u/otromasquedibuja 4h ago

  1. 1- Make a grid of divs. Each div with: background: var(--color);
  2. 2- Make a second grid on top of this one. Each div with: background:black;
  3. 3- Make classes for 100%, 80%, 60%, 40%, 20%, 0%.
  4. 4- Change div classes with js at every column randomly, following the pattern of opacity. Also change colors of var
2 u/Time_Split1303 2h ago Add animation and keyframes for each div cell so that you smooth out the color transition and back to standard. (Ease-in-ease-out)