Create a Facebook Icon in CSS

The first thing that we will do is set up or div to create a facebook icon in CSS. [code]<div id="facebook"></div>[/code] Next we will style the css. [code]<style> #facebook { background: blue; text-indent: -999em; width: 100px; height: 110px; border-radius: 5px; position: relative; overflow: hidden; border: 15px solid blue; border-bottom: 0; } #facebook::before { content: "/20"; Read More
A1WEBSITEPRO Social Media Pages
Here are my social media pages.