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