how to centre the image of logo css w3schools code example
Example: css center image
.center {
display: block;
margin-left: auto;
margin-right: auto;
}
.center {
display: block;
margin-left: auto;
margin-right: auto;
}