definition

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • jvignacio
    New Member
    • Nov 2008
    • 4

    definition

    Add an image background to the h1 header in the document so that the image repeats across the header. Centre the heading text and --->>"use a margin around the header block to set it off from the main page"<<---

    Hi guys not sure what the text in bold means?
  • Markus
    Recognized Expert Expert
    • Jun 2007
    • 6092

    #2
    It just means give the header (h1) a margin.

    Code:
    h1{
        margin: 30px;
    }

    Comment

    • jvignacio
      New Member
      • Nov 2008
      • 4

      #3
      thank you for explaining!

      Comment

      • Markus
        Recognized Expert Expert
        • Jun 2007
        • 6092

        #4
        You're very welcome.

        Markus.

        Comment

        Working...