Welcome to the Treehouse Community
Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.
Looking to learn something new?
Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.
Start your free trialMasha Blair
13,005 PointsHello, I need to know how recent is the class "CSS Layouts Basics"? When was it created? Is it still current info?
For example, I see that the class uses version 3 of Normalize.css and the current version is 7. How out of date is all the information in this class?
3 Answers
Emmanuel Molina
9,268 PointsAccording to the meta-data of the project files it's from 09/10/2015 18:13 (european format so october 9 2015)
Cory Harkins
16,500 PointsWhat I'm telling you is, CSS basics, will always be basics. No matter what changes come about.
Ethan Marcotte (name-giver to Responsive Design) has wrote exhaustively on the subject of Responsive Design and layout versatility. These are principles that may not change for quite some time. I suggest a read-up.
If you are looking for updated frameworks using CSS, you should look into CSS frameworks like Bootstrap, or create your own by becoming familiar with flex-box and BASIC CSS snippets.
In your original post you referenced the different versions of normalize.css. It is troubling not to assume without any elaboration that you aren't referring to the normalize.css and it's relationship to the course information; however, there are no 'secrets' or 'new and amazing' packages for designing websites with the use of some 'new' CSS languages.
The basics course will lead you down the right path towards utilizing flex-box, animations, bootstrap, SCSS, etc. Regardless of the day and age, the basics are still King.
Cory Harkins
16,500 PointsThe fundamentals never go out of date.
normalize.css changes with the browsers, the code remains true though.
Masha Blair
13,005 PointsCory, no, my question is not about the Normalize.css. I'd like to know how old is the whole class because lots of changes have occurred in the last couple of years in front-end world.