Forums

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

Home Forums CSS text-indent won’t work for me :/

  • This topic is empty.
Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #44027
    HadzovicE
    Member

    css:

    header ul {
    position: relative;
    float: right;
    bottom: 80px;
    right: 320px;
    }
    header ul li{
    display: inline;
    font-size: 18px;
    }
    header ul li a {
    color: white;
    text-decoration: none;
    }
    header ul li a:hover{
    color: tomato;
    }
    .logo{
    background: url(../image/logo.png) no-repeat;
    padding: 18px 10px 30px 10px;
    text-indent: -9999px;
    }

    This is my first website that i am making for a local band

    #131339
    ElijahFowler
    Participant

    Put display: block; on .logo. That should do it.

    HTH,

    -Elijah

    #131345
    HadzovicE
    Member

    Thank you so much ! now i can move on :)

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