Css

Discussion in 'CSS' started by The Nerd, Jul 14, 2008.

  1. #1
    CSS is confusing at first, but it's starting to look easier. :)

    My question is, I look at the background one, what do I change to make it a certain color?
     
    The Nerd, Jul 14, 2008 IP
  2. yankzilla

    yankzilla Peon

    Messages:
    159
    Likes Received:
    9
    Best Answers:
    0
    Trophy Points:
    0
    #2
    background: #ffffff;
    Code (markup):
    Change the portion that has 6 numbers or letters after a #.

    Or you could use:
    background-color: #ffffff
    Code (markup):
     
    yankzilla, Jul 14, 2008 IP
  3. nicangeli

    nicangeli Peon

    Messages:
    828
    Likes Received:
    23
    Best Answers:
    0
    Trophy Points:
    0
    #3
    The background of the site?

    
    body {
    background-color: #ffffff;
    }
    
    Code (markup):
     
    nicangeli, Jul 14, 2008 IP
  4. modern_mozart101

    modern_mozart101 Peon

    Messages:
    105
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #4
    The code is:

    body {
    background: #000000;
    }
     
    modern_mozart101, Jul 15, 2008 IP