Slide 75
Slide 75 text
.grid {
max-width: 640px;
grid-template-columns: repeat(auto-fill, minmax(200px, 1fr) );
grid-template-rows: auto;
}
header { background: #fddf58; }
.sidebar { background: #e68930; }
.content { background: #1a98f9; }
.info { background: #fff; }
footer { background: #fddf58; }