Advertisement
Guest User

Untitled

a guest
Jul 29th, 2010
153
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.35 KB | None | 0 0
  1. body {
  2.     font-family: "Helvetica", "Arial", serif;
  3.     color: #333;
  4.     background-color: #ccc;
  5.     margin: 1em 10%;
  6. }
  7.  
  8. h1 {
  9.     color: #333;
  10.     background-color: transparent;
  11. }
  12.  
  13. #imagegallery {
  14.     list-style: none;
  15. }
  16.  
  17. #imagegallery li {
  18.     display: inline;
  19.     padding-right: 10px;
  20. }
  21.  
  22. #imagegallery li a img {
  23.     border: 0;
  24. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement