Created
November 5, 2013 22:54
-
-
Save csessig86/7327836 to your computer and use it in GitHub Desktop.
WCFCourier copyright box. Placed at bottom of page
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<div id="copyright-box" style="display: none;"> | |
<p>© Copyright 2013, <a href="http://wcfcourier.com/" target="_blank">Waterloo Cedar Falls Courier</a>, 100 E. 4th St. Waterloo, IA | <a href="http://wcfcourier.com/terms/" target="_blank">Terms of Service</a> and <a href="http://wcfcourier.com/privacy/" target="_blank">Privacy Policy</a></p> | |
</div> | |
/***** Copyright *****/ | |
#copyright-box { | |
float: left; | |
margin-top: 20px; | |
padding-top: 15px; | |
padding-bottom: 25px; | |
width: 100%; | |
background-color: #EEEEEE; | |
-webkit-box-shadow: 2px 0 2px 0 #444444; | |
-moz-box-shadow: 2px 0 2px 0 #444444; | |
box-shadow: 2px 0 2px 0 #444444; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment