Karthikeya-Meesala / css-specificity

CSS Specificity Quiz

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

CSS Specificity

It's a fun quiz to learn and practice CSS Specificity.

Commands

  • npm i
  • npm run dev
  • npm run build

Level Structure

Key Type Description
slug String Used in the URL and for the descriptions translations
html String HTML for this level.
shuffle Bool Can the answers order be random? (true by default)
answers Array Array of answers
selector String CSS Selector for an answer
specificity Number Specificity of the matching selector
bg String A forced background-color for this answer
good Bool Is this answer the right one?

About

CSS Specificity Quiz


Languages

Language:JavaScript 45.2%Language:SCSS 29.6%Language:HTML 25.2%