0

How i can do it with css (box-shadow and border) How to do it exactly like image.Give me some suggestions please Thanks.

See image here please

Thanks

asked Jul 5, 2016 at 8:09
1

1 Answer 1

3

Add this to your divs css

-webkit-box-shadow: 0px 0px 121px -17px rgba(0,106,148,1);
-moz-box-shadow: 0px 0px 121px -17px rgba(0,106,148,1);
 box-shadow: 0px 0px 121px -17px rgba(0,106,148,1);
-webkit-box-shadow: inset 0px 0px 103px -17px rgba(0,179,255,1);
-moz-box-shadow: inset 0px 0px 103px -17px rgba(0,179,255,1);
 box-shadow: inset 0px 0px 103px -17px rgba(0,179,255,1);
answered Jul 5, 2016 at 8:15
Sign up to request clarification or add additional context in comments.

1 Comment

Also you can find many tools for that.. example : cssmatic.com/box-shadow

Your Answer

Draft saved
Draft discarded

Sign up or log in

Sign up using Google
Sign up using Email and Password

Post as a guest

Required, but never shown

Post as a guest

Required, but never shown

By clicking "Post Your Answer", you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.