Feather background edges inside div

by Vcize
1 replies
  • WEB DESIGN
  • |
I am running a wordpress theme and am attempting to feather the background color of each widget.

For example, here is the site: Fire Steve Addazio

You can see each of the widgets have a light blue background-color css property. However, it ends abrubtly showing a hard rectangle shape. I would like the edges of that to be feathered such that the widget blends back into the normal white background.
#background #div #edges #feather #inside
  • Profile picture of the author bhuthecoder
    use this code
    Code:
    -moz-border-radius:10px 10px 10px 10px;
    -moz-box-shadow:0 0 10px;
    padding:10px 0 20px 10px;
    also remove the border property
    Code:
    border-bottom:5px solid #FAFAFA;
    {{ DiscussionBoard.errors[2559255].message }}

Trending Topics