Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/codypearce/css-questions
Long list of CSS Questions
https://github.com/codypearce/css-questions
cascading-style-sheets css questions questions-and-answers
Last synced: 16 days ago
JSON representation
Long list of CSS Questions
- Host: GitHub
- URL: https://github.com/codypearce/css-questions
- Owner: codypearce
- Created: 2018-10-06T03:43:29.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2023-01-03T19:33:46.000Z (almost 2 years ago)
- Last Synced: 2024-10-12T23:23:12.771Z (about 1 month ago)
- Topics: cascading-style-sheets, css, questions, questions-and-answers
- Language: JavaScript
- Homepage: https://www.cssquestions.io
- Size: 6.87 MB
- Stars: 29
- Watchers: 3
- Forks: 3
- Open Issues: 23
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# [CSS Questions](http://cssquestions.io/)
[![Netlify Status](https://api.netlify.com/api/v1/badges/bd89e375-2895-4019-b2be-778403541b51/deploy-status)](https://app.netlify.com/sites/pedantic-ritchie-9c08b4/deploys)
A list of 140 CSS questions and answers. Written while reading the MDN CSS docs.
## LocalStorage State
[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.
## Examples
Does the proximity elements have any effect on specificity? For example is 'main div' more specific than 'html div'?
What does LVHA mean in CSS?
What does :not(\*) select?
What are the three parameters the clamp() function takes?
## Why
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.
## Development
Site was bootstrapped with [Create React App](https://github.com/facebook/create-react-app)1. `git clone [email protected]:codypearce/css-questions.git`
2. `npm i`
3. `npm start`All questions are stored in `src/questions`
## Contributing
All contributions are welcome including new questions, fixing current questions or design. Many questions were written in a short time period and could use review.