Skip to content

Commit 693357a

Browse files
Difference between fixed, fluid, responsive layouts (#856)
1 parent 41beb71 commit 693357a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/questions/css-questions.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,4 +39,5 @@ permalink: /questions/css-questions/index.html
3939
* Can you explain the difference between px, em and rem as they relate to font sizing?
4040
* Can you give an example of a pseudo class? Can you provide an example use case for a pseudo class?
4141
* What is the difference between a block level element and an inline element. Can you provide examples of each type of element?
42-
* What is the difference between CSS Grid and Flexbox? When would you use one over the other?
42+
* What is the difference between CSS Grid and Flexbox? When would you use one over the other?
43+
* What's the difference between fixed, fluid and responsive layouts?

0 commit comments

Comments
 (0)