DEV Community

Discussion on: Things I Wish I’d Known About CSS

Collapse
 
perpetual_education profile image
perpetual . education • Edited

This is such a great list!!! This is the "foundations" that so many people skip / and can't seem to get back to.

"Things we wish - everyone knew about CSS."

Side note on your formatting: You can write

'''css

.selector {
  color: red;
}

'''
(or whatever language, html, css, js) and get the right syntax highlighting. : )

Great post!

Collapse
 
websmyth profile image
Dave Smyth • Edited

Thank you! Great tip :)