How, do I get the images to center left and right?
Have tried a few different things but nothing want to work with this...
CSS: (not working)
body,html {
margin: 0px;
padding: 0px;
height: 100%;
width: 100%;
}
img {
float: left;
max-height: 100%;
max-width: 100%;
width:auto;
display: block;
margin-left: auto;
margin-right: auto;
}