sagarverma posted this at 11:34 — 10th July 2015.
They have: 6 posts
Joined: Mar 2015
what are the various ways of providing shadow to a box?
KinderLie posted this at 11:33 — 21st July 2015.
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
forager posted this at 19:28 — 22nd April 2016.
They have: 8 posts
Joined: Apr 2016
thumbs up to this
forager.info
markeden posted this at 07:51 — 25th July 2015.
They have: 3 posts
.box { box-shadow: 3px 3px 3px #808080; }
PreciousReed posted this at 21:24 — 30th January 2016.
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.
KinderLie posted this at 11:33 — 21st July 2015.
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
forager posted this at 19:28 — 22nd April 2016.
They have: 8 posts
Joined: Apr 2016
- use css 'box-shadow' property
- apply shadow in photoshop and use the image as background or at borders
thumbs up to this
forager.info
markeden posted this at 07:51 — 25th July 2015.
They have: 3 posts
Joined: Jul 2015
.box {
box-shadow: 3px 3px 3px #808080;
}
PreciousReed posted this at 21:24 — 30th January 2016.
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.