What’s the equivalent of the container bootstrap class in purecss.io?
Trust only in source young Luke: https://github.com/twbs/bootstrap/blob/master/dist/css/bootstrap.css .container { padding-right: 15px; padding-left: 15px; margin-right: auto; margin-left: auto; } @media (min-width: 768px) { .container { width: 750px; } } @media (min-width: 992px) { .container { width: 970px; } } @media (min-width: 1200px) { .container { width: 1170px; } } Only after the update of original question … Read more