| Subcribe via RSS


css: button_link

March 17th, 2008 | No Comments | Posted in anything under the moonlight, css by dreamluverz




an example of making your link looks like a button :)

.button_link{
border:#ccc 2px outset;
color:#000;
font-weight: bold;
padding:2px 5px 2px 5px;
margin:2px;
text-decoration:none;
}

view

Tags: , ,