diff options
| author | Teddy Wing | 2014-03-27 00:55:01 -0400 | 
|---|---|---|
| committer | Teddy Wing | 2014-03-27 00:55:01 -0400 | 
| commit | ca080175e8e40d19bc87bed3d23eab451f791762 (patch) | |
| tree | 0b18e5b4b8dbe5b858587501224ddb49ea239f25 /index.html | |
| parent | 07f6308a8cb7a6248f11b606d530a1ee3403492a (diff) | |
| download | GitHub-Show-Full-Commit-Message-Bookmarklet-ca080175e8e40d19bc87bed3d23eab451f791762.tar.bz2 | |
Add footer & link styles
Diffstat (limited to 'index.html')
| -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> | 
