hawksfan57
New Member
I am trying to understand how to get a full width header. The problem is it has a thin white border around the header and is not full width. I am not using any grid system if that matters. HTML \[code\]<!DOCTYPE html> <html> <head> <link rel="stylesheet" href="http://stackoverflow.com/questions/14416821/css/style.css" type="text/css" display="screen" > <title> test app </title></head><body><div id="header"/></div></body></html>\[/code\]CSS \[code\]#header { float:left; padding:15px 0; min-width:100%; background: #5FBEED;}\[/code\]Any help much appreciated thanks.