VaginaMuncher
Chilling with me bitch Fiona
- Mar 17, 2013
- 447
- 58
Remove.
Last edited:
It's quite confusing tbh, and that doesn't work tried already.You mean like this?
Code:<div class="div"> <ul> <li><a href="#"><a></li> </ul> </div>
Anyway, if I've got this right, you should use the li attribute to set the wanted background colors around the link.It's quite confusing tbh, and that doesn't work tried already.
Not in the CSS?Already using li.
li{
list-style:none;
float:left;
margin-left:10px;
}
<li><a class="Button retrobutton" href="https://retroslist.com/vote/Wrex">Vote For {hotelname}</a>
</li>
<li><a class="Button GreenButton" href="Facebook Link Here">Like Our Facebook Page</a></li>
.GreenButton {
background: #27ae60;margin-left:180px;}
.retrobutton {z-index:100;background:blue;}