I´m trying to center the image.
I´m sure it´s a pretty easy solution, but I´ve tried several solutions besides starting from scratch 3 times.
#main_image {
background-color: bisque;
position: fixed;
display: block;
margin: 0 auto;
}
I´ve already tried margin: o auto , text-align: center, positioning relative and absolute. https://codepen.io/lordrott/pen/GbJOQo