Can’t seem to figure this one out.
This one goes top-right. I need it to go bottom-left.
box-shadow: -3px -3px 0 3px #333;
-moz-box-shadow: -3px -3px 0 3px #333;
-webkit-box-shadow: -3px -3px 0 3px #333;
There needs to be some type reference book for this. I Googled for about an hour and came up with no results.
first parameter is x(+ is right – is left) second is y(+ is down – is up), third is blur and forth is strengh.
do something like this for bottom-left: