You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Great article and use of grid.
I think you can upgrade your code by using css-variables in your inline-style.
in the css: grid-column: var(--col-span);
inside the HTML: <li style="--col-span: 9"> https://codepen.io/rachelbt/pen/BaYObgr
Creating dynamic bar charts with CSS grid - Josh Collinsworth blog
How to use CSS grid to make a responsive, adaptable bar chart with no math or external library required!
https://joshcollinsworth.com/blog/css-grid-bar-charts
The text was updated successfully, but these errors were encountered: