My website, watersedgeofshelton.com, features a "floor plans" page with two images side by side using the float:left code. However, I am having trouble centering them on the page while still keeping them side by side.
Thank you!
div#floorplans {
text-align: center;
}
div#admiral {
float: left;
padding-right: 20px;
}
div#clipper {
float: left;
}