I’d like to create a Bootstrap Textarea with those shadow effects, etc in pure css, but I don’t really know how to make it.
I have this code, but than I’m stucked:
-webkit-border-radius: 0 4px 4px 0;
-moz-border-radius: 0 4px 4px 0;
border-radius: 0 4px 4px 0;
Can anyone tell me how to make it like bootstrap text area?
Fiddle
Also transitions.