My Name

I picture of me with "PullJosh" next to it.

by Josh Pullen

HTML

<div>
    <img src="http://cdn2.scratch.mit.edu/get_image/user/907223_55x55.png?v=1400027887.32" />
    <a href="#">Pull<strong>Josh</strong></a>
</div>

CSS

@import url(http://fonts.googleapis.com/css?family=Merriweather+Sans:300,800);

a {
    font-family: 'Merriweather Sans', sans-serif;
    font-weight:300;
    font-size:48px;
    display:inline-block;
    line-height:0px;
    display:table-cell;
    vertical-align:middle;
    color:black;
    text-decoration:none;
    text-shadow:inherit;
}
img {
    display:inline-block;
    margin-right:5px;
}
div {
    display:table;
    cursor:pointer;
}
div:hover {
    text-shadow:0px 0px 6px #444;
}