diff --git a/src/data/file.js b/src/data/file.js index cdd778f..cb4d9ce 100644 --- a/src/data/file.js +++ b/src/data/file.js @@ -953,10 +953,14 @@ export function deckData() { a: "It alters the default CSS box model used to calculate width and height of the elements to include any border and padding in the value you specify for width and height." }, + { + q: "What is the specificity of '.classA.classB #idA > ul ~ ul.classC' ?", + a: + "0(inline style) 1(ID selectors) 3(class selectors) 2(element selectors)" + }, { q: 'What is the default display value of a div element?', a: "display: block;" - } ] },