Home › Forums › CSS › Tip: This is how you can get responsive border-collapse on floated divs › Reply To: Tip: This is how you can get responsive border-collapse on floated divs
September 19, 2013 at 7:02 am
#150579
Member
Using negative margin should works too (div {border:2px solid gray;margin-left:-2px;margin-top:-2px})
Yeah…but it’s ugly…and uses magic numbers!