Skip to content

Commit c750b05

Browse files
authored
Add gif to readme
1 parent 5f65200 commit c750b05

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

README.md

+9
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,13 @@ A list of 140 CSS questions and answers. Written while reading the MDN CSS docs.
88
<img width="800" src="static/site.png" alt="adf" align="center">
99
</p>
1010

11+
## LocalStorage State
12+
[use-persisted-state](https://github.com/donavon/use-persisted-state) allows for multi-instance, multi-tab/browser shared and persistent state so you can keep track of the questions you've already answered.
13+
14+
<p style="margin-bottom: 0px !important;">
15+
<img width="500" src="static/persistedstate.gif" alt="adf" align="center">
16+
</p>
17+
1118
## Examples
1219

1320
Does the proximity elements have any effect on specificity? For example is 'main div' more specific than 'html div'?
@@ -18,6 +25,8 @@ What does :not(\*) select?
1825

1926
What are the three parameters the clamp() function takes?
2027

28+
29+
2130
## Why
2231

2332
I was frustrated that searching "CSS questions" returned a bunch of "Top 5-20 CSS questions" blog posts with questions that rarely asked actual CSS Questions. I thought a resource with more questions that focused soley on CSS might be useful.

0 commit comments

Comments
 (0)