Advertisement
Ammolife

Lab 8-1 Tables

Nov 18th, 2019
125
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.08 KB | None | 0 0
  1. 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;}
  2. </style>
  3.  
  4.  
  5. <body>
  6. <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>
  7. </header>
  8. <section>
  9. <table>
  10. <tr><th> Day</th><th>Open</th><th>Close</th></tr>
  11. <td> Sunday </td><td>11:00am</td><td>6:00pm</td></tr>
  12. <td> Monday </td><td>11:00am</td><td>9:00pm</td></tr>
  13. <td> Tuesday </td><td>11:00am</td><td>9:00pm</td></tr>
  14. <td> Wednesday </td><td>11:00am</td><td>9:00pm</td></tr>
  15. <td> Thursday </td><td>11:00am</td><td>9:00pm</td></tr>
  16. <td> Friday </td><td>11:00am</td><td>9:00pm</td></tr>
  17. <td> Saturday </td><td>11:00am</td><td>9:00pm</td></tr>
  18. </table>
  19. </section>
  20. <section>
  21. <footer> <p> Stop in for the best Ice Cream and Burgers Around! <br>
  22. 1254 West Ave <br>
  23. Sweet Town, TX 76022
  24. </footer>
  25. </body>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement