Adding footer with link back to github repo

This commit is contained in:
Matthew Batchelder 2013-07-25 15:09:49 -04:00
parent 56ec829342
commit eb3feb3825
2 changed files with 19 additions and 0 deletions

View File

@ -59,5 +59,9 @@ if( 'POST' === $_SERVER['REQUEST_METHOD'] ) {
</ul> </ul>
</section> </section>
<footer>
<a href="https://github.com/abackstrom/php-tools">php-tools</a> by <a href="https://github.com/abackstrom">abackstrom</a>.
</footer>
</body> </body>
</html> </html>

View File

@ -9,6 +9,14 @@ body {
margin: 0; margin: 0;
} }
a {
color: #54b4e8;
}
a:hover {
color: #44a0d2;
}
label { label {
display: inline-block; display: inline-block;
margin-right: 0.5rem; margin-right: 0.5rem;
@ -71,6 +79,13 @@ h2 {
padding: 0.5rem 0; padding: 0.5rem 0;
} }
footer {
border-top: 1px solid #eee;
color: #ccc;
opacity: 0.5;
padding: 1rem;
}
.randomness, .randomness,
.cols { .cols {
margin: 1rem; margin: 1rem;