Skip to content

Commit

Permalink
Difference between fixed, fluid, responsive layouts (#856)
Browse files Browse the repository at this point in the history
  • Loading branch information
veronvynguyen authored Nov 1, 2023
1 parent 41beb71 commit 693357a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/questions/css-questions.md
Original file line number Diff line number Diff line change
Expand Up @@ -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?
* 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?

0 comments on commit 693357a

Please sign in to comment.