Workflow spike :)

by alexdresko

HTML

<script src="http://fonts.googleapis.com/css?family=Frijole"></script>
<link href='http://fonts.googleapis.com/css?family=Frijole' rel='stylesheet' type='text/css'>
<div class="logo2" style="padding-left: 666px;padding-top:5px;">
    <img width="75px" height="75px" src="http://t1.gstatic.com/images?q=tbn:ANd9GcRx0tp4edqVzLXv7tBU9Y2pb8ohtBk3lwCBcA8MuY0WVuU6HbKRcEyXnLkL"/>
</div>
<div class="logo2">
<h1>SmartFusion Worfkfl&nbsp;&nbsp;w Spike</h1>
</div>

CSS

h1 {
    font-family: 'Frijole', serif;
    font-size: 2.8em;
}

#logo {
    background-repeat: no-repeat;

    background-position:center; 
    background-image: url(http://t1.gstatic.com/images?q=tbn:ANd9GcRx0tp4edqVzLXv7tBU9Y2pb8ohtBk3lwCBcA8MuY0WVuU6HbKRcEyXnLkL)
}
.logo2 {
      position: absolute;
}