All Projects → codypearce → css-questions

codypearce / css-questions

Licence: other
Long list of CSS Questions

Programming Languages

javascript
184084 projects - #8 most used programming language
CSS
56736 projects
HTML
75241 projects

Projects that are alternatives of or similar to css-questions

ComoFazerUmaPerguntaPT
🤔 Farto de fazer perguntas e não ser respondido? Aprenda agora a melhor forma de fazer uma pergunta 🔥
Stars: ✭ 28 (-3.45%)
Mutual labels:  questions, questions-and-answers
Front-end-Job-Interview-Questions
Ответы на вопросы на должность Frontend разработчика.
Stars: ✭ 236 (+713.79%)
Mutual labels:  questions, questions-and-answers
Awesome Deep Learning And Machine Learning Questions
【不定期更新】收集整理的一些网站中(如知乎、Quora、Reddit、Stack Exchange等)与深度学习、机器学习、强化学习、数据科学相关的有价值的问题
Stars: ✭ 203 (+600%)
Mutual labels:  questions-and-answers
discourse-question-answer
Discourse Question Answer Plugin
Stars: ✭ 44 (+51.72%)
Mutual labels:  questions-and-answers
ama
Ask me anything
Stars: ✭ 33 (+13.79%)
Mutual labels:  questions
Forum
Ama Laravel? Torne se um Jedi e Ajude outros Padawans
Stars: ✭ 233 (+703.45%)
Mutual labels:  questions-and-answers
Quick-notes
This repo contains important notes and code snippets which can help you during your job interviews
Stars: ✭ 37 (+27.59%)
Mutual labels:  questions
Hq bot
📲 Bot to help solve HQ trivia
Stars: ✭ 167 (+475.86%)
Mutual labels:  questions-and-answers
NanoSoft
A forum system built using plain php dedicated for C#.NET Developers
Stars: ✭ 20 (-31.03%)
Mutual labels:  questions-and-answers
Quizzie
Open Sourced Quiz Portal which can be used for any event / competition with a custom leaderboard.
Stars: ✭ 31 (+6.9%)
Mutual labels:  questions
css-cheatsheet
Syntax, terminologies, selectors, and common properties of CSS
Stars: ✭ 114 (+293.1%)
Mutual labels:  cascading-style-sheets
interview-questions
interview questions for the software developer role and related resources
Stars: ✭ 57 (+96.55%)
Mutual labels:  questions
know-your-planet
Quiz de l'Anthropocène : des questions/réponses pour mieux appréhender les limites de notre planète
Stars: ✭ 14 (-51.72%)
Mutual labels:  questions
Question Generation
Generating multiple choice questions from text using Machine Learning.
Stars: ✭ 227 (+682.76%)
Mutual labels:  questions-and-answers
interview-questions
Collection of popular interview questions and their answers
Stars: ✭ 47 (+62.07%)
Mutual labels:  questions
Ounotes
An Application built for students to access Notes , Question Papers , Syllabus and Resources for all Subjects of O.U (Osmania University) 📘👨‍🎓
Stars: ✭ 173 (+496.55%)
Mutual labels:  questions-and-answers
CPPNotes
【C++ 面试 + C++ 学习指南】 一份涵盖大部分 C++ 程序员所需要掌握的核心知识。
Stars: ✭ 557 (+1820.69%)
Mutual labels:  questions-and-answers
Deep-NLP-Resources
Curated list of all NLP Resources
Stars: ✭ 65 (+124.14%)
Mutual labels:  questions-and-answers
askbot-devel
Askbot is a Django/Python Q&A forum. **Contributors README**: https://github.com/ASKBOT/askbot-devel#how-to-contribute. Commercial hosting of Askbot and support are available at https://askbot.com
Stars: ✭ 1,528 (+5168.97%)
Mutual labels:  questions-and-answers
prompt-list
This repository has been archived, use Enquirer instead.
Stars: ✭ 13 (-55.17%)
Mutual labels:  questions

CSS Questions

Netlify Status

A list of 140 CSS questions and answers. Written while reading the MDN CSS docs.

adf

LocalStorage State

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.

adf

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

  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.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].