Share Pastebin
Guest
Public paste!

Untitled

By: a guest | Mar 20th, 2010 | Syntax: None | Size: 2.11 KB | Hits: 54 | Expires: Never
Copy text to clipboard
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
  2. "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  3. <html>
  4. <head>
  5. <title>Welcome to flip20-gfx</title>
  6.  
  7. <style type="text/css">
  8. body {
  9. background-repeat:no-repeat;
  10. background-image:url(images/flipstergfx.png);
  11. height:779px;
  12. background-color:grey;
  13. float:auto;
  14. z-index:1;
  15. font-size:13px;
  16. }
  17.  
  18. .navi {
  19. font-size:18px;
  20. font-family:Myriad Pro;
  21. color:white;
  22. word-spacing:10px;
  23. padding-left:380px;
  24. padding-top:120px;
  25. z-index:2;
  26. }
  27.  
  28. .randomnews {
  29. font-family:Final Frontier;
  30. font-size:18px;
  31. color:white;
  32. padding-top:160px;
  33. padding-left:380px;
  34. z-index:3;
  35. }
  36.  
  37. .text {
  38. font-family:Arial;
  39. font-size:13px;
  40. color:#242424;
  41. padding-left:380px;
  42. z-index:4;
  43. }
  44.  
  45. a  {
  46. text-decoration:none;
  47. color:white;
  48. }
  49. a:hover {
  50. text-decoration:none;
  51. color:black;
  52. }
  53.  
  54.  
  55. </style>
  56. </head>
  57. <body>
  58.              <div class="navi">
  59.                          <a href="">Home</a> -
  60.                          <a href="Forum">Forum</a> -
  61.                          <a href="sig.htm">Signatures</a> -
  62.                          <a href="avatar.htm">Avatars</a> -
  63.                          <a href="website.htm">Websites</a> -
  64.                          <a href="contact.htm">Contact</a></div>
  65.  
  66.                          <div class="randomnews">Random news: <font color="#202020" size="5">I'm currently unavailable</div>
  67.                          <p class="text">Welcome to flip20 Graphics. <br/>
  68.                          Hello there, My name is Chris. Im from Denmark, and im 15 years old.<br/><br/>
  69.                          I have been doing Graphics for about 1 year now, and i have practiced a lot, and i think that<br/>
  70.                          I have been doing some pretty sweet layouts of websites/sigs/avatars and other thinks.<br/>
  71.                          <br/>I have been doing coding for around 1 month now. (Practiced very very much)<br/>
  72.  
  73.                          If i should rate myself right now i would say:<br/>
  74.                          Html: 9/10<br/>
  75.                          CSS: 9/10<br/>
  76.                          php: 1/10 (Practicing atm)<br/><br/>
  77.                          Studying some c++ sometimes too.<br/><br/>
  78.                          But you can take a look on my site, and if your feel interested in anythink you can contact me.</br>
  79.  
  80.                          (contact info is in the "Contact")<br/><br/>
  81.                          And ofcourse i hope you like my website too :)<br/><br/>
  82.                          All Regards!<br/>
  83.                          flip20<3
  84.                          </p>
  85. </body>
  86.  
  87. </html>