I am interested in creating a Bootstrap Textarea with shadow effects using only pure css, but I am unsure of how to accomplish it.
Although I have some code, I seem to be at a standstill:
-webkit-border-radius: 0 4px 4px 0;
-moz-border-radius: 0 4px 4px 0;
border-radius: 0 4px 4px 0;
Could someone guide me on transforming it into a bootstrap text area?