You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Awesome work on this mockups!! The HTML markup was very well organized, consistent with the indentation, and class and id attributes are well-named! You demonstrated proper use of media queries and flexbox. A few suggestions as a way to continue learning more and adding to your web development arsenal is to look into CSS Grids the which is a new player in the CSS3 specification and provides the developer more granular control when designing a responsive webpage. You may also want to consider implementing a CSS naming methodology to help avoid naming conflicts. I mentioned in a previous issue that as web pages become larger it can become harder to keep track of all the class and id attributes in a page and so in comes BEM to help you avoid naming conflicts!
A few more resources you might consider to deepen your understanding of Flexbox is this Flexbox Course. Codecademy also has a course on CSS Grids
Keep up the awesome work Roman!!
The text was updated successfully, but these errors were encountered:
Awesome work on this mockups!! The HTML markup was very well organized, consistent with the indentation, and
class
andid
attributes are well-named! You demonstrated proper use of media queries and flexbox. A few suggestions as a way to continue learning more and adding to your web development arsenal is to look into CSS Grids the which is a new player in the CSS3 specification and provides the developer more granular control when designing a responsive webpage. You may also want to consider implementing a CSS naming methodology to help avoid naming conflicts. I mentioned in a previous issue that as web pages become larger it can become harder to keep track of all theclass
andid
attributes in a page and so in comes BEM to help you avoid naming conflicts!A few more resources you might consider to deepen your understanding of Flexbox is this Flexbox Course. Codecademy also has a course on CSS Grids
Keep up the awesome work Roman!!
The text was updated successfully, but these errors were encountered: