css links

Next.js docs on styling with css

  1. Tailwind CSS
  2. CSS Modules
  3. Global CSS
  4. External Stylesheets
  5. Sass
  6. CSS-in-JS
  1. seem to encourage using tailwind
  2. covers component level module.css
  3. global.css
  4. layout.tsx

Tailwind home page

Tailwind core concepts: the why

CSS Psuedo elements reference

CSS Layout cookbooks at MDN

  1. Simple examples of layouts
  2. columns
  3. menus
  4. etc.

CSS Styling basics at MDN

  1. Tutorials
  2. Getting started
  3. selectors
  4. Classes and elements
  5. boxes
  6. backgrounds
  7. lists
  8. tables
  9. etc.

github: My notes on CSS

  1. CSS References
  2. All my research captured as articles in chatgpt here
  3. Selectors
  4. Pseudo classes and Pseudo elements
  5. is and where
  6. Variables
  7. Specificity
  8. Cheat sheets
  9. ...etc