EuroBytes - license
by Imri Paloja
HTML
<link rel="stylesheet" href="http://www.eurobytes.nl/html5/css/class.css">
<div id="license">
<!-- <a rel="license" href="http://creativecommons.org/licenses/by-sa/4.0/">
<img alt="Creative Commons License" style="border-width:0;width:75px;" src="http://i.creativecommons.org/l/by-sa/4.0/80x15.png">
</a>
<br> -->
<p>
License: <a href="http://creativecommons.org/licenses/by-sa/4.0/">
<abbr title="Attribution-ShareAlike 4.0 International">CC BY-SA 4.0</abbr></a>
<a href="http://www.eurobytes.nl/" title="EuroBytes">EuroBytes</a>
|
EuroBytes theme by <a href="https://plus.google.com/+ImriPaloja/posts" rel="author" title="Author">Imri Paloja</a>
<!-- |
Cookies: -->
</p>
CSS
#license {
bottom: 0;
float: left;
font-size: 12px;
line-height: 13px;
margin-bottom: 1%;
padding: 5px;
width: 85%;
}
a {
color: #FFFFFF;
text-decoration: none;
}
a:hover {
text-decoration: underline;
}