Skip to content

Commit 34b3671

Browse files
committed
Merge branch 'master' of github.com:codypearce/css-questions-api
2 parents accc720 + 0a98a73 commit 34b3671

File tree

1 file changed

+17
-3
lines changed

1 file changed

+17
-3
lines changed

README.md

Lines changed: 17 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,13 @@
11
# [CSS Questions](http://cssquestions.io/)
22

3+
[![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)
4+
35
A list of 140 CSS questions and answers. Written while reading the MDN CSS docs.
46

7+
<p style="margin-bottom: 0px !important;">
8+
<img width="800" src="static/site.png" alt="adf" align="center">
9+
</p>
10+
511
## Examples
612

713
Does the proximity elements have any effect on specificity? For example is 'main div' more specific than 'html div'?
@@ -16,8 +22,16 @@ What are the three parameters the clamp() function takes?
1622

1723
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.
1824

19-
## Contributing
2025

21-
New questions, better wording, and other fixes are all welcome. Many questions were written in a short time period and could use review.
26+
## Development
27+
Site was bootstrapped with [Create React App](https://github.com/facebook/create-react-app)
28+
29+
1. `git clone git@github.com:codypearce/css-questions.git`
30+
2. `npm i`
31+
3. `npm start`
32+
33+
All questions are stored in `src/questions`
34+
35+
## Contributing
2236

23-
All questions are stored in `questions`
37+
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.

0 commit comments

Comments
 (0)