replace with question mark in css-questions

This commit is contained in:
Max 2024-04-12 06:04:19 -07:00 committed by GitHub
parent 4d8ad59101
commit 4997b2bdd5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -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?