Just raise the top div 1px from top and use some background-color or even border-bottom in order
Demo
Added the following properties to the div header
position: relative; top: 1px; background:
Note. Do not use inline CSS, create classes instead.
Demo 2 (without using background-color , border-bottom: 1px solid #fff; used instead border-bottom: 1px solid #fff; )
source share