BCS website placeholder and testbed (circa Nov 2003)
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
This repo is archived. You can view files and clone it, but cannot push or open issues/pull-requests.

22 lines
740 B

  1. <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
  2. <html>
  3. <head>
  4. <title>Letterhead (negative margin)</title>
  5. <style type="text/css">
  6. body { background-color: white; margin: 0; }
  7. .name { margin-right: 10%; font-family: Arial; font-size: 13pt; font-weight: bold; font-style: italic; text-align: right; margin-top: 60pt; }
  8. .line { width: 80%; text-align: center; margin-top: -6pt; }
  9. .addr { margin-right: 10%; font-family: Georgia; font-size: 7pt; font-style: italic; text-align: right; margin-top: -6pt; }
  10. </style>
  11. </head>
  12. <body
  13. <div class="name">Bullseye Computing Services
  14. </div>
  15. <hr class="line">
  16. <div class="addr">6740 Henredon Drive, Memphis, Tennessee 38141
  17. </div>
  18. <div> &nbsp
  19. </div>
  20. </body>
  21. </html>