Advertisement
Guest User

Book Submission Example with HTML

a guest
Nov 6th, 2019
53
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 1.33 KB | None | 0 0
  1. <html>
  2. <head>
  3. <style>
  4. h1 {font-family: Lucida Sans Unicode; font-size: 17px; color: #43494F; border-style: solid; border-color: #43494F; padding: 10px;}
  5. h2 {font-family: Lucida Sans Unicode; font-size: 15px; color: #43494F;}
  6. body {font-family: Verdana; font-size: 12px; color: ; background-color: #F6F6F1;}
  7. p.borders {border-style: double; border-color: #43494F; padding: 7px;}
  8. </style>
  9. </head>
  10.  
  11. <body>
  12. <center>
  13. <h1>Station-Side Recycling Procedures</h1>
  14. <center>
  15. <hr>
  16. <center>
  17. <h2>Resource Re-purposing</h2>
  18. <center>
  19. <p class="borders">
  20. <b>Cardboard Products</b><br>
  21. Most cardboard-based products, especially any boxes you may find, can be broken down to a sheet and stacked up. From there, you can reuse it to make folders, more boxes, or anything else you may need (such as a clever disguise).
  22. <br><br>
  23. <b>Glass Bulbs</b><br>
  24. Do not throw away your burnt out, broken light bulbs: collect them! These bulbs can be inserted into the nearest autolathe where their glass can be re-purposed. Broken bulbs and tubes both fit inside: just mind the sharp edges if they've been shattered.
  25. <br><br>
  26. <b>Glass Shards</b><br>
  27. Did somebody break a window again? No matter, put on your welding goggles and you can re-purpose those glass shards right there on the spot by melting it down back to a more useful state.
  28. </p>
  29. <hr>
  30. </body>
  31. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement