I am working with a few Div's that have background images, and the top one has a curve design.
I am trying to align the bottom Div with the curved top one, so I was considering using the following CSS properties:
top: -39px;
width: 260px;
Would using these properties be an acceptable solution, or is it considered a hack?
Thank you