borders, padding etc makes the elements wider than 50% of the page
The actual page is https://948eb80984457b49ad6e2bd6d33c441d0b275460.googledrive.com/host/0B3XHendkSpxwZ3J3ZEJSVDdUc1k/fusioncorp/fusioncorp.htmlcuz for some reason he pic the entire page in a frame
I'm perfectly aware of that. I tried using * { } to set all of that to zero and it still was misaligned
yeah but you still have borders, and those add width...disable the borders and the divs are suddenly rightif you want borders of 2px, try setting the width of the divs to something like calc(50% - 2px);
actually that should be 50% - 4px, since you have 2px on each side
EDIT: Post written before your post above.
well actually the edit I put in after this post was just the part after "or" with padding
what is this calc? such luxury much ease wow
calc();
im in love
Don't forget: CSS is in fact more of a language than HTML.
100% height is another story, and its really loving annoying.