Is it possible to create a border like the flowing image with css? Any hints will be appreciated :)
Image link here...
Your image isn't much help.
Do you want a border on the whole page or just some of it?
Is there some reason you can't just apply a border-left to the body or html element?
yes it is.
check this codepen for one possible solution using box-shadow with multiple insets:
http://codepen.io/derekfogge/pen/obkAI
more info here:
http://css-tricks.com/snippets/css/css-box-shadow/ http://www.impressivewebs.com/multiple-borders-css/
tnx guys 4 ur response. My problem is already solved........
Is it possible to create a border like the flowing image with css? Any hints will be appreciated :)
Image link here...
Your image isn't much help.
Do you want a border on the whole page or just some of it?
Is there some reason you can't just apply a border-left to the body or html element?
yes it is.
check this codepen for one possible solution using box-shadow with multiple insets:
http://codepen.io/derekfogge/pen/obkAI
more info here:
http://css-tricks.com/snippets/css/css-box-shadow/ http://www.impressivewebs.com/multiple-borders-css/
tnx guys 4 ur response. My problem is already solved........