@@ -1,2 +1,3 @@
+<div class="footer">Powered by <a href="http://www.workerman.net" target="_blank"><strong>Workerman!</strong></a></div>
</body>
</html>
@@ -4,4 +4,23 @@ body {margin: 10px 0px}
}
.height-400{
height:400px
+}
+
+.footer
+{
+ margin: 8px auto 0 auto;
+ width: 100%;
+ position: absolute;
+ bottom: 0;
+ left: 0;
+ overflow: hidden;
+ padding-bottom: 8px;
+ word-spacing: 3px;
+ color:#666;
+.footer > a
+ font-size:bold;
+ color:#333;