JSFiddle - React, Tailwind, and code Playground
by tchalvakspam
HTML
<html>
<body>
<div id="footer-middle-bar" style="display: none; ">
<span id="created-by">
<a href="staff.php" target="main">CREATED BY BitLucid, Inc.</a>
</span>
<ul id="footer-authors">
<li class="author">
<img class="avatar" alt="" src="http://www.gravatar.com/avatar/68dd1255208cbf50f2c42615bbbd8f46?d=monsterid&80&r=x" style="
display: inline;
">
<a href="//royronalds.com" class="extLink">Roy Ronalds</a>
<a href="player.php?target=tchalvak">Ninja: Tchalvak</a>
<a href="//twitter.com/tchalvak" class="extLink">@tchalvak</a>
</li>
<li class="author">
<img class="avatar" alt="" src="http://www.gravatar.com/avatar/01b8df4923c0559d3ff56e6922e35011?d=monsterid&80&r=x">
<a style="cursor:pointer;text-decoration:none">Al Vazquez</a>
<a href="player.php?target=beagle">Ninja: Beagle</a>
</li>
</ul>
</div>
</body>
</html>
CSS
#footer-authors{
display:block;
min-height:3.5em;
}
#footer-authors .author{
display:inline-block;
width:200px;
min-height:80px;
margin-left:10%;
position:relative;
}
#footer-authors avatar{
display:block;
}
#footer-authors .author a{
display:inline-block;
}
#html5-integration{
display:block;
}