Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS Header Issues

  • This topic is empty.
Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #27887
    BrennanHickson
    Participant

    _

    #70540
    noahgelman
    Participant

    Oh geez, this code is a hot mess.
    Get rid of the meta stuff.

    * {
    padding: 0;
    margin: 0;
    }

    #header {
    color: #000;
    background: url(link to your image locally) top left repeat-x;
    float:left;
    }

    #header a {
    font-family:name of font family;
    font-size:75px;
    font-weight:bold;
    letter-spacing:-5px;
    color:rgba(255,255,255,0.1);
    }

    Try Making these adjustments

    #70541
    BrennanHickson
    Participant

    _

Viewing 3 posts - 1 through 3 (of 3 total)
  • The forum ‘CSS’ is closed to new topics and replies.