Navbar Space. How Do I remove?

Discussion in 'CSS' started by Internal09, Aug 24, 2011.

  1. #1
    Solved! View solution.
    Internal09, Aug 24, 2011 IP
  2. #2
    Add this to the CSS:

    
    html body {
    margin: 0;
    padding: 0;
    }
    
    Code (markup):
     
    Bapinder, Aug 24, 2011 IP
  3. Internal09

    Internal09 Member

    Messages:
    256
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    35
    #3
    Thanks it worked!
     
    Internal09, Aug 25, 2011 IP