Guest User

Untitled

a guest
Jun 21st, 2018
82
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.19 KB | None | 0 0
  1. <html>
  2. <head>
  3. <title>Bronco Marching Band</title>
  4. </head>
  5. <body style="background-color: #888;">
  6. <div style="text-align: center;">
  7. <img src="standby.jpg" width="799px" height="600px" alt="Please Stand By"
  8. title="The Bronco Band website is down for a major upgrade. Please check back later."
  9. style="width: 620px; height: 465px; opacity: 0.8;" />
  10. <div style="color: #C69C6D; font-size: 397%; font-weight: bold; font-family: sans, arial, helvetica; position: relative; top: -300px; left: 0px;">
  11. PLEASE STAND BY
  12. </div>
  13. </div>
  14. </body>
  15. </html>
  16.  
  17. <div style="text-align: center;position:relative; zoom: 1;">
  18. <img src="standby.jpg" width="799px" height="600px" alt="Please Stand By" title="The Bronco Band website is down for a major upgrade. Please check back later." style="width: 620px; height: 465px; opacity: 0.8;" />
  19. <div style="color: #C69C6D; font-size: 397%; font-weight: bold; font-family: sans, arial, helvetica; position: absolute; top: 200px; left: 0px; width: 100%; text-align:center">
  20. PLEASE STAND BY
  21. </div>
  22. </div>
  23.  
  24. position: relative;
  25. top: -300px;
  26.  
  27. margin-top: -300px;
  28.  
  29. width="799px" height="600px"
  30.  
  31. width="799" height="600"
Add Comment
Please, Sign In to add comment