give shadow to a box

They have: 6 posts

Joined: Mar 2015

what are the various ways of providing shadow to a box?

They have: 1 posts

Joined: Jul 2015

simple 2....

- use css 'box-shadow' property
- apply shadow in photoshop and use the image as background or at borders

They have: 8 posts

Joined: Apr 2016

KinderLie wrote:
simple 2....

- use css 'box-shadow' property
- apply shadow in photoshop and use the image as background or at borders

thumbs up to this

They have: 3 posts

Joined: Jul 2015

.box {
box-shadow: 3px 3px 3px #808080;
}

They have: 66 posts

Joined: Jan 2016

div {
box-shadow: 10px 10px 5px #888888;
}

Want to join the discussion? Create an account or log in if you already have one. Joining is fast, free and painless! We’ll even whisk you back here when you’ve finished.