Have the background stick to the text...

liunx

Guest
Hi !

I'd like to have the background stick to the text. How could i do ?

Thanx for your help !

<li style="background:pink;">A propos</li><style type="text/css">
#pink ul li {
background: #F91C5E;
display: block;
}
</style>


<ul id="pink">
<li>A propos</li>
</ul>
<!-- Tell me if this doesn't work -->Thank you, Sanim, for your answer !

I was not able to have it work.Your original try should have worked. Describe how it doesn't.
 
Back
Top