Menu in footer


Description: 




Kind:

CSS, HTML


CSS:

ul {
list-style: none;
}

li::before {
font-size: 2em;
margin-right: 1em;
vertical-align: middle;
}

li#pho::before {
content: "\260e";
}

li#email::before {
content: "E"
}

li#skype::before {
content: "S";
}


HTML:

Sitemap