Merge pull request #676 from satyam-01-byte/new-question

added new question in CSS
This commit is contained in:
Rob Larsen 2021-09-28 10:52:26 -04:00 committed by GitHub
commit f369a251a0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4602 additions and 3 deletions

4604
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -39,3 +39,4 @@ permalink: /questions/css-questions/index.html
* Can you explain the difference between px, em and rem as they relate to font sizing? * 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? * 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?