.center {
display: block;
margin-left: auto;
margin-right: auto;
width: 50%;
}
img {
display: block;
margin-left: auto;
margin-right: auto;
}
<!-- HTML here not CSS! -->
<!DOCTYPE html>
<head><!-- Title goes here --></head>
<body>
<center><!-- Center's anythings -->
<img src""><!-- Put image name (e.g example.jpeg) -->
</center>
</body>
</html>
<center>//The thing you want to center</center>