Questions tagged [box-shadow]

The box-shadow CSS property describes one or more shadow effects as a comma-separated list. It allows casting a drop shadow from the frame of almost any element and allows for shadow rounded corners by border-radius.

The box-shadow CSS property describes one or more shadow effects as a comma-separated list. It allows casting a drop shadow from the frame of almost any element. If a border-radius is specified on the element with a box shadow, the box shadow takes on the same rounded corners (see Mozilla docs).

Further reference:

  1. W3C reference.
  2. Mozilla reference
393 questions
-4
votes
1 answer

How to apply a box shadow in col html tag?

Here, I have a table created by a for loop in twig, and I would like to apply to a colone a shaow. That is to say, when the settler in the class "sleected" he defrauded him applied a box-shadow. But this does not work :/ My twig code: {% set title=…
ph1823
  • 1
  • 6
-4
votes
3 answers

How can I make neumorphism-style element shadows using CSS?

I'm trying to recreate Alexander Plyuto's modern skeumorphic style (now called neumorphism) in CSS: I'm attempting to do this by having a colored shadow on the top and left, and a differently colored shadow on the bottom and right. I researched MDN…
mikemaccana
  • 110,530
  • 99
  • 389
  • 494
-4
votes
2 answers

Multiple box borders CSS

Can you explain to me more, this is the code I can't understand box shadow properties. I have tried to figure out what is all about, but I can. Thank you very much! h1 { text-shadow: 5px 5px 2px #999; } h2 { color: #fff; …
CA-RIA
  • 33
  • 4
1 2 3
26
27