DGraph Favicon
by paulftw
HTML
<div>
<span>dg</span>
</div>
CSS
body {
padding: 100px;
}
div {
background-color: #dc6455;
color: rgba(255,255,255,0.7);
width: 64px;
height: 64px;
border-radius: 50%;
text-align: center;
line-height: 32px;
vertical-align: middle;
font-size: 32px;
position: relative;
}
span {
margin-top: 2px;
display: inline-block;
}