I made this because I could not find a solution that worked in all browsers including mobile and aligned to the left of centered content.
xxxxxxxxxx
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<title>grid.js</title>
<link rel="stylesheet" href="styles.css">
</head>
<body>
<div>
<div class="mb-center">← grid should start here</div>
</div>
<script src="grid.js"></script>
</body>
</html>