Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
- <html xmlns="http://www.w3.org/1999/xhtml">
- <head>
- <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
- <title>XanSpace</title>
- </head>
- <style>
- @font-face {
- font-family: "Nightmare";
- src: url('BN.ttf');
- }
- body {
- background-color: #6E9F89;
- background-image: url(i/Gradient.png);
- background-repeat: no-repeat;
- background-attachment:fixed;
- text-align: center;
- font-size: 24px;
- }
- .nightmareBlack {
- font-family: Nightmare;
- color: #000000;
- font-size: 24px;
- }
- .nightmarePurple {
- font-family: "Nightmare";
- color: #680093;
- font-size: 10px;
- }
- a:link {
- color: #0099cc;
- text-decoration: none;
- }
- a:visited {
- text-decoration: none;
- color: #680093;
- }
- a:hover {
- text-decoration: underline;
- color: #FF6800;
- }
- a:active {
- text-decoration: none;
- color: #FF0006;
- }
- </style>
- <body>
- <p class="nightmareBlack">XanSpace</p>
- <p>Making this from scratch.</p>
- </body>
- </html>
Add Comment
Please, Sign In to add comment