(no title)
nickthemagicman | 4 years ago
I was taught to use classes semantically and style from there.
A navbar would be a .navbar class for example and that would be styled in the stylesheet.
Istead of a bunch of classes in the html to define the styles for the navbar.
I'm old school though and this may be the better more modern way?
mattferderer|4 years ago
He discusses why he changed from this thought process & mentions the old CSS Zen Garden many of us grew up with as the "ideal" way to do CSS.
Of course your mileage may vary depending on the type of work/projects you do.
nickthemagicman|4 years ago
I've had to fight my zen garden conditioning the whole time but I have to admit this looks good.
Thanks for the link!