Advertisement
Guest User

Untitled

a guest
Oct 23rd, 2014
124
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.99 KB | None | 0 0
  1. <footer>
  2. <ul>
  3. <li><a href="javascript:void(0);">Privacy Policy</a></li> |
  4. <li><a href="javascript:void(0);">Terms of Use</a></li> |
  5. <li><a href="javascript:void(0);">Contact</a></li>
  6. </ul>
  7. <p>© 2012 Food Thoughts, all rights reserved.</p>
  8. <div id="social">
  9. <ul>
  10. <li><img src="images/icon-twitter.png" width="1.8em" height="1.8em"></li>
  11. <li><img src="images/icon-facebook.png"></li>
  12. <li><img src="images/icon-rss.png"></li>
  13. </ul>
  14. </div>
  15. </footer>
  16.  
  17.  
  18.  
  19.  
  20.  
  21.  
  22.  
  23.  
  24. footer {
  25. padding-top: 1.4em;
  26. }
  27. footer ul {
  28. text-align: center;
  29. margin-bottom: 0.5em;
  30. }
  31. footer ul li {
  32. display: inline;
  33. width: 1.8em;
  34. height: 1.8em;
  35. }
  36. footer ul li a {
  37. font-family: Tahoma, Verdana, sans-serif;
  38. color: #58B9B6;
  39. text-decoration: none;
  40. }
  41. footer p {
  42. font-family: Tahoma, Verdana, sans-serif;
  43. color: #B0B0B2;
  44. text-align: center;
  45. margin-bottom: 1.4em;
  46. }
  47. #social {
  48. }
  49. #social ul li {
  50. display: inline;
  51. }
  52. #social ul li img {
  53. width: 1.8em;
  54. height: 1.8em;
  55. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement