I have a container <div>
with a width of 181px.
I have two child <div>
elements in my container div each with a width of 50%.
My problem is that each of my child <div>
elements has a width of only 90px, resulting in a 1px gap between the two.
Any suggestions for removing the gap?