Attempting to center the image using margin-left: auto
and margin-right: auto
properties in the code snippet above has proven unsuccessful. The image is not aligning as desired.
- What could be causing this issue with the code?
- Are there any other techniques that can be used for centering the image?
#boom{
margin-top: 30%;
height: 4%;
width: 50%;
margin-left: auto;
margin-right: auto;
}
<img src="image1.jpg" id="boom">