http://www.lethalmonk6.byethost24.com/index.html
If you inspect with firebug the spacing between the “project-link” divs, there are a few pixels of added margin between each div. I have the margin set to 20 px, and then these little bits gets added on. Where is it coming from?
You’re using
display:inline-blockso the white space between the elements is what you are seeing there. You can either remove the white space between the divs or usefloat: leftinstead.To elaborate… if you’re using
display: inline-blockdo this:Instead of this: