home *** CD-ROM | disk | FTP | other *** search
/ Practical Internet Web Designer 90 / PIWD90.iso / mac / contents / developer / tutorial_files / Pages90-91 / postcards / postcards.css < prev    next >
Cascading Style Sheet File  |  2003-12-16  |  580b  |  40 lines

  1. body, p, div {
  2.     font: 1em/ 1.8em Verdana, Geneva, Arial, Helvetica, sans-serif;
  3. }
  4.  
  5. h1 {
  6.     font-size: 1.6em;
  7.     color: #000179;
  8.     background-color: transparent;
  9. }
  10.  
  11. #content {
  12.     margin-left: 20px;
  13.     margin-right: 20px;
  14. }
  15.  
  16. #cardlist {
  17.     list-style-type: none;
  18.     margin-right: auto;
  19.     margin-left: auto;
  20. }
  21.  
  22. #cardlist li {
  23.     float: left;
  24.     margin-right: 6px;
  25.     margin-bottom: 10px;
  26.     font-family: Arial, Helvetica, sans-serif;
  27.     font-size: 0.8em;
  28.     font-weight: bold;
  29.     color: #333333;
  30. }
  31. #cardlist img {
  32.     border: 1px solid #333300;
  33. }
  34.  
  35. .clear {
  36.     clear: both;
  37. }
  38.  
  39.  
  40.