CONTACT BOX CREATOR CODE

APPLY YOUR LINK TO THE #'S 



.contact {

  border-radius: 8px;

  background-image: url(##########);

  background-position: right top;

  background-repeat: repeat;

background-attachment: scroll;

Width: 500px;

Height:220px;


color: white;

  text-shadow: 1px 1px 2px none, 0 0 25px Black, 0 0 3px black; }




</style>


.



star contact icons


<style>

/* contact icons */

.contact .inner a img {

font-size: 0;

}

.contact .inner a img:before {

font-size: 1em;

display: block

}

.contact .inner .f-row:nth-child(1) .f-col:nth-child(1) a:before {

/* add to friends */

content: "✩"

}

.contact .inner .f-row:nth-child(1) .f-col:nth-child(2) a:before {

/* add to favorite */

content: "✩"

}

.contact .inner .f-row:nth-child(2) .f-col:nth-child(1) a:before {

/* send a message */

content: "✩"

}

.contact .inner .f-row:nth-child(2) .f-col:nth-child(2) a:before {

/* foward to friend*/

content: "✩"

}

.contact .inner .f-row:nth-child(3) .f-col:nth-child(1) a:before {

/* instant message */

content: "✩"

}

.contact .inner .f-row:nth-child(3) .f-col:nth-child(2) a:before {

/* block user */

content: "✩"

}

.contact .inner .f-row:nth-child(4) .f-col:nth-child(1) a:before {

/* add 2 group  */

content: "✩"

}

.contact .inner .f-row:nth-child(4) .f-col:nth-child(2) a:before {

/* report */

content: "✩"

}   

</style>



0 Kudos

Comments

Displaying 0 of 0 comments ( View all | Add Comment )