css links

satya - 8/17/2025, 2:32:16 PM

Next.js docs on styling with css

Next.js docs on styling with css

satya - 8/17/2025, 2:35:38 PM

Contains brief intro to

  1. Tailwind CSS
  2. CSS Modules
  3. Global CSS
  4. External Stylesheets
  5. Sass
  6. CSS-in-JS

satya - 8/17/2025, 2:38:11 PM

Summary

  1. seem to encourage using tailwind
  2. covers component level module.css
  3. global.css
  4. layout.tsx

satya - 8/17/2025, 2:38:39 PM

Tailwind home page

Tailwind home page

satya - 8/17/2025, 2:42:47 PM

Tailwind core concepts: the why

Tailwind core concepts: the why

satya - 8/17/2025, 2:56:30 PM

CSS Psuedo elements reference

CSS Psuedo elements reference

satya - 8/18/2025, 5:21:06 PM

CSS Layout cookbooks at MDN

CSS Layout cookbooks at MDN

satya - 8/18/2025, 5:21:34 PM

Briefly

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

satya - 8/18/2025, 5:22:24 PM

CSS Styling basics at MDN

CSS Styling basics at MDN

satya - 8/18/2025, 5:23:33 PM

Briefly

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

satya - 8/18/2025, 5:56:31 PM

github: My notes on CSS

github: My notes on CSS

satya - 8/18/2025, 5:58:44 PM

Briefly

  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