Skip to content

Commit

Permalink
Merge pull request #887 from maxrchung/patch-3
Browse files Browse the repository at this point in the history
replace with question mark in css-questions
  • Loading branch information
roblarsen committed Apr 15, 2024
2 parents 4d8ad59 + 4997b2b commit 59a6470
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/questions/css-questions.md
Expand Up @@ -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?

0 comments on commit 59a6470

Please sign in to comment.