Working with CSS Grid - What Is the minmax() Function and How Does It Work?

Tell us what’s happening:

I think there’s a small formatting bug in HTML source of https://www.freecodecamp.org/learn/responsive-web-design-v9/lecture-working-with-css-grid/what-is-the-minmax-function-and-how-does-it-work page - <code>column, minmax(150px, 300px)</code> - while it should be - <code>minmax(150px, 300px)</code>

Your browser information:

User Agent is: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36 Edg/143.0.0.0

Challenge Information:

Working with CSS Grid - What Is the minmax() Function and How Does It Work?

you are right, would you like to open a github issue about it?

Formatting bug in HTML source of ‘Responsive Web Design Certification → Working with CSS Grid → What Is the minmax() Function and How Does It Work’ page · Issue #64726 · freeCodeCamp/freeCodeCamp

1 Like