Skip to content

Commit 59a6470

Browse files
authored
Merge pull request #887 from maxrchung/patch-3
replace with question mark in css-questions
2 parents 4d8ad59 + 4997b2b commit 59a6470

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/questions/css-questions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,6 @@ permalink: /questions/css-questions/index.html
3838
* How is clearfix css property useful?
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?
41-
* What is the difference between a block level element and an inline element. Can you provide examples of each type of element?
41+
* What is the difference between a block level element and an inline element? Can you provide examples of each type of element?
4242
* What is the difference between CSS Grid and Flexbox? When would you use one over the other?
4343
* What is the difference between fixed, fluid and responsive layouts?

0 commit comments

Comments
 (0)