An easy CSS grid for scaffolding, prototyping and testing your web projects
<link rel='stylesheet' href='https://easycss.github.io/easygrid/index.css'>
.row{
font-size: .9rem;
}
@media screen and (max-width: 550px){
.row{
text-align: center;
}
}