skip to Main Content

Html – I want to increment a number and insert $i values from a csv array #confused

i made this #Swatch(https://codepen.io/ricoThaka/pen/YzMVdXj?editors=1100 <~) i want to expand it to a flexible layout that can contain unlimited colors for the swatch ` .swatch div:nth-child(1) { background: DeepPink;} .swatch div:nth-child(2) { background: cyan;} .swatch div:nth-child(3) { background: GreenYellow;} .swatch div:nth-child(4)…

VIEW QUESTION
Back To Top
Search