Please see image for problems with CSS. I want the blue corners to fill the corners but there seems to always be a gap. I appreciate this may be a simple question but would be grateful for help.
            Asked
            
        
        
            Active
            
        
            Viewed 62 times
        
    1 Answers
0
            
            
        Remove padding and margin on the body
html, body { 
  padding:0px; 
  margin: 0px;
} 
        vicgoyso
        
- 636
 - 1
 - 14
 - 35