Box-shadow value

Hey friends
Please lend a hand to a newbie on the box-shadow exercise. I seem to not understand were i’ve gone wrong or is misusing the syntax.
Below is the statment of whats to be done as well as whats missing to pass the test.
“The element now has an id of thumbnail. With this selector, use the example CSS values above to place a box-shadow on the card.”

The element now has an id of thumbnail . With this selector, use the example CSS values above to place a box-shadow on the card.

The values are.

box-shadow: 0 10px 20px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.23);

My code entry:
#thumbnail 
{ box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23); }
 Thank you

Maybe its best to show your whole code here.

Sorry for being slow. Will do as you say. thanks alot.

h4 { texet-align: center; background-color: rgba(45, 45, 45, 0.1); padding: 10px; font-size: 27px; } p { text-align: justify; } .links{ text-align: left; color: black; .fullCard { width: 245px; boarder: 1 px solid ; #ccc; boarder-radius: 5px; margin: 10px 5px; padding: 4px; } .cardContent { padding: 10px; } .cardText { margin: 30px; } #thumbnail { box-shadow: 0 10px 10px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23); }

Alphabet >

Google was founded by Larry Page and Sergey Brin while they were Ph.D. students at Stanford.

This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.