erodemobiles

HTML http://W3.org

Apr 29th, 2011
534
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 1.03 KB | None | 0 0
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  2. <html xmlns="http://www.w3.org/1999/xhtml">
  3. <head>
  4. <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  5. <title>XanSpace</title>
  6. </head>
  7. <style>
  8. @font-face {
  9.   font-family: "Nightmare";
  10.     src: url('BN.ttf');
  11. }
  12. body {
  13.     background-color: #6E9F89;
  14.     background-image: url(i/Gradient.png);
  15.     background-repeat: no-repeat;
  16.     background-attachment:fixed;
  17.     text-align: center;
  18.     font-size: 24px;
  19. }
  20. .nightmareBlack {
  21.     font-family: Nightmare;
  22.     color: #000000;
  23.     font-size: 24px;
  24. }
  25. .nightmarePurple {
  26.     font-family: "Nightmare";
  27.     color: #680093;
  28.     font-size: 10px;
  29. }
  30. a:link {
  31.     color: #0099cc;
  32.     text-decoration: none;
  33. }
  34. a:visited {
  35.     text-decoration: none;
  36.     color: #680093;
  37. }
  38. a:hover {
  39.     text-decoration: underline;
  40.     color: #FF6800;
  41. }
  42. a:active {
  43.     text-decoration: none;
  44.     color: #FF0006;
  45. }
  46. </style>
  47. <body>
  48. <p class="nightmareBlack">XanSpace</p>
  49. <p>Making this from scratch.</p>
  50. </body>
  51. </html>
Add Comment
Please, Sign In to add comment