If a div is 100% width, should I still put in width: 100%;? I look at a lot of code and it\'s always in there even though by default a div
div
width: 100%;
nope, pretty useless I think to give it a 100% width unless you have a background-color or image or something in this div.