scrimba
How to Build a Beautiful Blog
Gradients
Go Pro!Bootcamp

Bootcamp

Study group

Collaborate with peers in your dedicated #study-group channel.

Code reviews

Submit projects for review using the /review command in your #code-reviews channel

AboutCommentsNotes
Gradients
Expand for more info
styles
article.css
run
preview
console
article {
display: grid;
grid-template-columns: 1fr 0.5in [start] 1.25in 5in 1.25in [end] 0.5in 1fr;

padding: 0.5in 0;
}

article * { grid-column: start / end; }

@media (max-width: 8.5in) {
article { grid-template-columns: 1fr 5% [start] 15% 60% 15% [end] 5% 1fr; }
}
Console
!
Error: Failed to load styles/-debug.css
,
index.html
-4:43