CSS
https://i.gyazo.com/3ed2619ef09dc7419d4a3ce6eb6a70ba.png
Cascading Style Sheets (CSS) is a style sheet language used for describing the look and formatting of a document written in a markup language. Although most often used to change the style of web pages and user interfaces written in HTML HyperText Markup Language and XHTML, the language can be applied to any kind of XML document, including plain XML, SVG Scalable Vector Graphics and XUL. Along with HTML and JavaScript, CSS is a cornerstone technology used by most websites to create visually engaging webpages, user interfaces for web applications, and user interfaces for many mobile applications. --wikipedia
Notion – The all-in-one workspace for your notes, tasks, wikis, and databases.
基本
✅Cascade カスケード css
✅specificity 詳細度 css
✅Inheritance 継承 css
✅selector セレクター css
プロパティ(property)と値(value)
At-rules CSS
URLをブラウザに入力してAppを表示するまで
✅Backgound 背景 css
✅Border 枠線 css
size サイズ CSS
height 高さ css
width 幅 css
line-height css
padding css
margin css
gap css
Units 単位 css
Absolute units 絶対単位 css
Relative units 相対単位 css
Text テキスト css
text directions テキスト方向 css
vertical-align css
Font フォント
overflow オーバーフロー css
Layout レイアウト css
👀Froats CSS
✅Positioning CSS
✅display CSS
✅Box Model CSS
👀Grid Layout
✅Flexbox
👀Responsive レスポンシブ デザイン
👀Media Queries
CSS Pre-processors
Sass
SCSS
変数 css
変数 sass
CSS Custom Properties
CSS Architecture 設計手法
FLOCSS
SMACSS
BEM
参考
Cascading Style Sheets Level 2 Revision 2 (CSS 2.2) Specification
CSS current work & how to participate
CSS reference - CSS: Cascading Style Sheets | MDN
https://github.com/awesome-css-group/awesome-css
https://css-tricks.com/complete-guide-to-css-functions/
https://ishadeed.com/article/twitter-css/
現代開発者のためのCSS基礎技術 - Qiita
Learn CSS
25 Years of CSS – Eric’s Archived Thoughts