• Hello Code Wizards!

    I have a quick question and I am hoping the answer is rather simple. I am busy getting my site together –> http://www.isundayfunday.com and I am wondering how I can make my content area “pop” a little more. I was thinking a soft border/shadow around the white area. How would I do something like that? I have basic knowledge on PHP and HTML.

    Thank you!

Viewing 1 replies (of 1 total)
  • In your stylesheet, you can adjust the box-shadow property for the #container div. It’s currently:

    box-shadow: 0 0 6px rgba(0, 0, 0, 0.1);

    I found bumping up the opacity helped, but play with it to suit your tastes:

    box-shadow: 0 0 6px rgba(0, 0, 0, 0.7);

Viewing 1 replies (of 1 total)

The topic ‘Make content area pop.’ is closed to new replies.