Build a Book Inventory App - Build a Book Inventory App

Tell us what’s happening:

span[class*="one"] > nth-child(1) { 
  background-image:linear-gradient(#f1f9f9 30%,#1decf7 20%);
}

span[class*=“two”] > :nth-child(-n+2){
background-image:linear-gradient(#f1f9f9 30%,#1decf7 20%);
}
span[class*=“three”] > :nth-child(-n+3){
background-image:linear-gradient(#f1f9f9 30%,#1decf7 20%);
}

Last few questions on this lab are harder than expected, been looking at everything I can to understand it but I’m stumped
Why do this to myself at 3 am - help please.

Your code so far

<!-- file: index.html -->

/* file: styles.css */

Your browser information:

User Agent is: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/150.0.0.0 Safari/537.36 Edg/150.0.0.0

Challenge Information:

Build a Book Inventory App - Build a Book Inventory App

GitHub Link: freeCodeCamp/curriculum/challenges/english/blocks/lab-book-inventory-app/66a207974c806a19d6607073.md at main · freeCodeCamp/freeCodeCamp · GitHub

Hi @bunnyprog

Get some sleep. After you have had a rest and eaten your breakfast please post all your code.

Happy coding