To create a shadow effect behind an element, you'd use the ________ filter.
- blur
- drop-shadow
- glow
- shadow
To create a shadow effect behind an element in CSS, you'd use the drop-shadow filter. This filter adds a shadow to an element, allowing you to control its position, color, and blur.
Loading...
Related Quiz
- What is SASS primarily used for in web development?
- If you want to blend the background images of an element, which property would you use?
- The CSS @keyframes rule lets you create ________ over a set duration.
- You are designing a webpage for a vintage-themed site and want to use a cursive style for headings. Which CSS property-value combination will you use?
- In SASS/SCSS, the ________ directive allows for the creation of reusable chunks of CSS.