Advertisement
Ammolife

Half Life 3 Lab 8-1

Nov 5th, 2019
119
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.09 KB | None | 0 0
  1. <style>
  2. body{background-color:#c9f76f;}p{text-align:justify;color:#ffffff;}section{top-margin:30px;text-align:center}table{margin:auto;background-color:#979b00;color:#c9f76f;width:300px;border:solid:#000000:2px;}td{text-align:left;}footer{margin:auto;background-color:#86b32d;}
  3. </style>
  4.  
  5.  
  6. <body>
  7. <header> <h1 style="text-align:center;color:#c9f76f;line-height:75px;width:500px;margin:auto;border-radius:20px;background-color:#979b00">Ice Cream Shop</h1> <br>
  8. </header>
  9. <section>
  10. <table>
  11. <tr><th> Day</th><th>Open</th><th>Close</th></tr>
  12. <td> Sunday </td><td>11:00am</td><td>6:00pm</td></tr>
  13. <td> Monday </td><td>11:00am</td><td>9:00pm</td></tr>
  14. <td> Tuesday </td><td>11:00am</td><td>9:00pm</td></tr>
  15. <td> Wednesday </td><td>11:00am</td><td>9:00pm</td></tr>
  16. <td> Thursday </td><td>11:00am</td><td>9:00pm</td></tr>
  17. <td> Friday </td><td>11:00am</td><td>9:00pm</td></tr>
  18. <td> Saturday </td><td>11:00am</td><td>9:00pm</td></tr>
  19. </table>
  20. </section>
  21. <section>
  22. <footer> <p> Stop in for the best Ice Cream and Burgers Around! <br>
  23. 1254 West Ave <br>
  24. Sweet Town, TX 76022
  25. </footer>
  26. </body>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement