diff options
| -rw-r--r-- | index.html | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -51,12 +51,17 @@ i { font-style: italic; } + a { color: #1a83a6; } + a:hover { color: #135e77; } + .wrapper { width: 600px; margin: 0 auto; } header { width: 940px; margin: 0 auto 0.5em; font: 4.5em/1.05 'Varela Round'; text-align: center; } .demo img { width: 100%; } + + footer { margin-top: 30px; padding: 15px; border-top: 1px solid #c4c2c2; text-align: center; } </style> </head> <body> @@ -83,6 +88,10 @@ <img src="demo.gif" alt="Demo" /> </p> </div> + + <footer> + from <a href="http://teddywing.com">Teddy Wing</a> + </footer> </div> </body> </html> |
