Skip to content

Commit 44040d1

Browse files
committed
Update ReadMe
1 parent 6a15112 commit 44040d1

1 file changed

Lines changed: 44 additions & 2 deletions

File tree

README.md

Lines changed: 44 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,51 @@
2727
### CSS : Cascading Style Sheets
2828

2929
<details>
30-
<summary>H</summary>
30+
<summary>The Important Cascade Algorithm</summary>
3131

32-
* V
32+
* CSS Execution Order
33+
* CSS Combinators
34+
* CSS Inheritance
35+
36+
</details>
37+
38+
<details>
39+
<summary>Important Topics</summary>
40+
41+
* CSS Selectors
42+
* CSS position
43+
* Flexbox
44+
* Z-index (content position)
45+
* Margin, Padding
46+
* Overflow
47+
* CSS Shadows
48+
* CSS function
49+
50+
</details>
51+
52+
<details>
53+
<summary>Topics for Efficient CSS coding</summary>
54+
55+
* CSS Shorthands
56+
* CSS Pseudo Code (Class & Elements)
57+
* CSS custom coding: CSS root
58+
* CSS Custom Coding: CSS variable
59+
* CSS Breakpoints
60+
* Sizing units
61+
62+
</details>
63+
64+
<details>
65+
<summary>More to cover</summary>
66+
67+
* CSS Preprocessor
68+
* SCSS
69+
* LESS
70+
* CSS Framework
71+
* Bootstrap
72+
* Tailwind
73+
* CSS Normalize
74+
* CSS in JS
3375

3476
</details>
3577

0 commit comments

Comments
 (0)