topical media & game development

talk show tell print

basic-css-18-Exercises-exercise18-1-print.css / css



  * {
      font-family: sans-serif;
      color: black;
  }
  body {
      margin: 0;     
  }
  h1, h2 {
      margin: 0;
      background: gray;
  }
  h1 {
      font-size: 16pt;
      padding: 1pt;
      border-bottom: 3pt solid black;
      letter-spacing: -1pt;
  }
  div {
      background: lightgrey;
      padding: 0.7em;
      clear: left;
  }
  h2 {
      font-size: 14pt;
      padding: 2pt;
  }
  ul#navigation {
      display: none;
  }
  div#watermark {
      display: none;          
  }
  p {
      border: thin solid black;
      padding: 3pt;
  }
  
  ul#top li a {
      color: black;   
  }


(C) Æliens 20/2/2008

You may not copy or print any of this material without explicit permission of the author or the publisher. In case of other copyright issues, contact the author.