diff options
| -rw-r--r-- | assets/css/application.css | 23 | ||||
| -rw-r--r-- | index.html | 4 |
2 files changed, 27 insertions, 0 deletions
diff --git a/assets/css/application.css b/assets/css/application.css index c3dba05..0aba747 100644 --- a/assets/css/application.css +++ b/assets/css/application.css @@ -22,6 +22,29 @@ header { } +footer { + position: absolute; + bottom: 1em; + font-size: 13px; + font-family: 'Lucida Grande', Helvetica, sans-serif; +} + + + +/* . Links . */ +a { + color: #2f8dae; +} + +a:hover { + color: #2a7d9a; +} + +a:active { + color: #246c86; +} + + /* . Inputs . */ .url-input { @@ -32,6 +32,10 @@ <div id="video"></div> </div> + + <footer> + Made by <a href="https://github.com/whichlight/">Kawandeep Virdee</a> & <a href="https://github.com/teddywing">Teddy Wing</a> at <a href="http://boston.musichackday.org/">Music Hack Day Boston 2013</a> + </footer> <script src="/assets/js/libs/jquery-2.0.3.min.js"></script> |
