Advertisement
Marcel-

Test Trebuchet MS

Apr 5th, 2011
378
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 5 0.86 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html>
  3.  <head>
  4.   <meta charset=utf-8>
  5.   <title>Test Trebuchet MS</title>
  6.   <style>
  7.    body { font: 8pt "Trebuchet MS" }
  8.    p  { background: #eee; margin: 6px }
  9.    #a { font-size: 9pt }
  10.    #b { font-size: 10pt }
  11.    #c { font-size: 10.5pt }
  12.    #d { font-size: 11pt }
  13.    #e { font-size: 12pt }
  14.    #f { font-size: 13pt }
  15.    #g { font-size: 14pt }
  16.   </style>
  17.  </head>
  18.  <body>
  19.   <p>I'm looking at physical ownership rather than …</p>
  20.   <p id="a">I'm looking at physical ownership rather than …</p>
  21.   <p id="b">I'm looking at physical ownership rather than …</p>
  22.   <p id="c">I'm looking at physical ownership rather than …</p>
  23.   <p id="d">I'm looking at physical ownership rather than …</p>
  24.   <p id="e">I'm looking at physical ownership rather than …</p>
  25.   <p id="f">I'm looking at physical ownership rather than …</p>
  26.  </body>
  27. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement