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 :/
Design & Code by Edin Hadzovic
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
Put display: block; on .logo. That should do it.
HTH,
-Elijah
Thank you so much ! now i can move on :)