Which missing code will give 'Cellar Door' a shadow?css #cellar-door { box-shadow: 3px 5px 10px #000; } .text-shadow { text-shadow: 3px 5px 10px #000; } Cellar Door

🎲 Try a Random Question  |  Total Questions in Quiz: 114  |  🧠 Study this quiz with Flashcards
This question is part of a full practice quiz:
CSS Quiz — practice the complete quiz, review flashcards, or try a random question.

CSS MCQs For LinkedIn Skill Assessments.


Which missing code will give 'Cellar Door' a shadow?<br>css<br> <style><br> #cellar-door {<br> box-shadow: 3px 5px 10px #000;<br> }<br> .text-shadow {<br> text-shadow: 3px 5px 10px #000;<br> }<br> </style><br> <h1 _____> Cellar Door</h1><br>