ScratchPad

*xero image*

a.circle-icon {
color:white;
background: #ffc0c0;
width: 100px;
height: 100px;
border-radius: 50%;
text-align: center;
line-height: 100px;
vertical-align: middle;
padding: 30px;
}
a.circle-icon:hover {
color:white;
background: blue;
width: 100px;
height: 100px;
border-radius: 50%;
text-align: center;
line-height: 100px;
vertical-align: middle;
padding: 30px;
}