Advertisement
Guest User

cai's website

a guest
Nov 20th, 2014
196
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.79 KB | None | 0 0
  1. <html>
  2.  
  3. <!-- links -->
  4.  
  5. <link rel="stylesheet" type="text/css" href="style.css">
  6.  
  7. <!-- background -->
  8. <head>
  9. <style>
  10. body {
  11. background-image: url("images/background.jpg");
  12. background-repeat:repeat-y;
  13.  
  14. background-position:top center;
  15.  
  16. background-attachment:fixed}
  17. }
  18. </style>
  19.  
  20. <background="fixed">
  21.  
  22. </head>
  23.  
  24. <!-- Bottom Banner -->
  25. <div style="position:fixed;
  26. width: 100%;
  27. height:75px;
  28. bottom:1;
  29. text-align:left;
  30. padding = 250px;" >
  31. <div style="width:100%;
  32. height:100px;
  33. border:1px solid #000000;
  34. background-color: #000000;">This is a rectangle!</div>
  35.  
  36. </div>
  37. </div>
  38.  
  39. <div style="position:fixed;
  40. width:100%;
  41. height:65px;
  42.  
  43. bottom:1;
  44. text-align:center;">
  45. <marquee>
  46. <font color= #C0C0C0>
  47. <font size = 25px;>
  48. Portal Printed
  49. </div>
  50.  
  51. hi
  52. <body>
  53. hi
  54. </body>
  55. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement