Skip to main content

Tagged “code”

Carbon

Create and share beautiful images of your source code. Start typing or drop a file into the text area to get started.

Box Shadow around the full box

Sometimes when coding a UI element you want a shadow around the whole box. However, most CSS box-shadow examples/tutorials tend to show inset box-shadows or ones that otherwise sit off to the side.

Here’s how to apply box-shadow to the whole box for a simple but nice effect.

.box-with-shadow {
box-shadow: 0 0 4px #ccc;
}

And here’s how it looks:

Lorem ipsum

See all tags.

External Link Bookmark Note Entry Search