From 693357aed8fa75bc43b0c329060ff65dc3d00c8f Mon Sep 17 00:00:00 2001 From: Vy Nguyen Date: Wed, 1 Nov 2023 10:43:30 -0700 Subject: [PATCH] Difference between fixed, fluid, responsive layouts (#856) --- src/questions/css-questions.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/questions/css-questions.md b/src/questions/css-questions.md index 595e87f..22f056f 100644 --- a/src/questions/css-questions.md +++ b/src/questions/css-questions.md @@ -39,4 +39,5 @@ permalink: /questions/css-questions/index.html * 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 CSS Grid and Flexbox? When would you use one over the other? \ No newline at end of file +* What is the difference between CSS Grid and Flexbox? When would you use one over the other? +* What's the difference between fixed, fluid and responsive layouts?