How to write ipnput properties
-
There's a low-cost inputov.
Tell me how to write 2 cs properties so that the shadow inside the inputa is like a picture, and that when it comes to a blue color with a shadow.
-
For how long I understood the internal shadow only on top:
box-shadow: inset 0px 6px 20px -6px rgba(0,0,0,0.75);
External shadow:
box-shadow: 0px 0px 20px 0px rgba(0,94,255,1);
If you want to edit without knowing how you're doing, http://www.cssmatic.com/box-shadow
You want to know how, here's the manual: http://htmlbook.ru/css/box-shadow