How would I program this?

Discussion in 'HTML & Website Design' started by martman, Jul 26, 2009.

  1. #1
    This is my blog, http://blackjackbettingstrategies.blogspot.com/

    What I want to do is put a nice border around each one of my blog posts and make them have a light green background. I am then going to change the outside to dark green. How can I do this?
     
    martman, Jul 26, 2009 IP
  2. nonameperson

    nonameperson Peon

    Messages:
    58
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #2
    open css file.

    find .post class and add
    border: 1px solid #000; bacground: #123
    Code (markup):
    then find body and change color value of background.

    good luck!
     
    nonameperson, Jul 27, 2009 IP
  3. martman

    martman Member

    Messages:
    88
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    41
    #3
    thanks chief!
     
    martman, Jul 27, 2009 IP