From 4997b2bdd528fe432bc1e38b6c307ce3ff3eaf42 Mon Sep 17 00:00:00 2001 From: Max Date: Fri, 12 Apr 2024 06:04:19 -0700 Subject: [PATCH] replace with question mark in css-questions --- src/questions/css-questions.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/questions/css-questions.md b/src/questions/css-questions.md index 1fc0ba6..a068b94 100644 --- a/src/questions/css-questions.md +++ b/src/questions/css-questions.md @@ -38,6 +38,6 @@ permalink: /questions/css-questions/index.html * How is clearfix css property useful? * Can you explain the difference between px, em and rem as they relate to font sizing? * Can you give an example of a pseudo class? Can you provide an example use case for a pseudo class? -* What is the difference between a block level element and an inline element. Can you provide examples of each type of element? +* What is the difference between a block level element and an inline element? Can you provide examples of each type of element? * What is the difference between CSS Grid and Flexbox? When would you use one over the other? * What is the difference between fixed, fluid and responsive layouts?