topical media & game development

talk show tell print

basic-css-03-Exercises-exercise3-2.css / css



          /* Paragraph text is black and in 12pt font */
      p {
          font-size: 12pt;
          color: black;
      }
  
      /* h1, h2 and p are in Times New Roman font */
      h1, h2, p {
          font-family: Times New Roman;
      }
  
      /* h1 and h2 have green text */
      h1, h2 {
          color: green;
          font-size: 22pt;
      }
  


(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.