So, my utmost goal is to have the site almost air like in stuff however, I am attempting to add a border around the individual widgets...
HTML Code:
border-top:solid 1px #000000;
border-bottom:solid 1px #000000;
border-right:solid 1px #000000;
border-left:solid 1px #000000;
border-radius: 2em 1em 4em / 0.5em 3em;
I have that put in, obviously i just pulled the radius from ths site...
http://www.w3.org/TR/css3-background...der-shorthands however, no matter what radius i set, i can not get a rounded corner look on any of the borders... its making me mad... do i have to set this property outside of the options - widgets- widget container?
or what?
Thanks in advance!