css for header

Discussion in 'CSS' started by tptnyc, Sep 10, 2007.

  1. #1
    From Newbie:
    what is the css coding for header? I am getting weired font and colors on the page.
     
    tptnyc, Sep 10, 2007 IP
  2. Philopoemen

    Philopoemen Peon

    Messages:
    704
    Likes Received:
    19
    Best Answers:
    0
    Trophy Points:
    0
    #2
    Probably you mean the <h1>-<h6> tags.

    And there is no such thing as "css coding for ****".
    You style everything the same way: tag {styles}

    So in your case, it would be:
    h1 {color: #000000; }
     
    Philopoemen, Sep 10, 2007 IP