Jump to content

nmm

New Members
  • Posts

    2
  • Joined

  • Last visited

Everything posted by nmm

  1. nmm

    Margins

    Thank you for taking the time to look at this for me.
  2. Hello, i am very new to this so this is my question. why is the border around the whole page instead of where my margins are. I am readindg a book and typed everything exactly the way the book was. any way here's the code. thank you for taking a look. <html> <head> <title>Starbuzz Coffee</title> <style> body{ background-color: tan; margin-left: 300px; margin-right: 300px; padding: 10px 10px 10px 10px; font-family: sans-serif; border: 2px solid black } </style> </head> <body> </body> </hmtl>
×
×
  • Create New...