Viewing 4 replies - 1 through 4 (of 4 total)
  • Hi

    To get that effect, the easiest way would be to wrap the whole content of your site into one container say a div and then use the Box Shadow to make the effect happen.

    The reference site is using the below css code.

    -moz-box-shadow: 0 0 5px #999;
    -webkit-box-shadow: 0 0 5px #999;
    box-shadow: 0 0 5px #999;

    Hope it helps!!

    Thanks

    Thread Starter tjfromfabuluxe

    (@tjfromfabuluxe)

    I’m not really focused on the shadow affect. I’ve been searching high and low to find a “content border” css. Maybe this is a better example.

    http://www.littlebluedeerdesign.com/

    If you want a border you need to follow the same thing and wrap the whole content of your site into one container say a div and then use the border to make the effect happen.

    You can use the below code

    border: 1px solid #000;

    Thanks

    Thread Starter tjfromfabuluxe

    (@tjfromfabuluxe)

    How do I wrap my whole content into a container? Do you have a code?

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Border Around Blog Content’ is closed to new replies.