CSS Certification Quiz

Test your knowledge to earn your official course certificate!

1. How do you insert a comment in a CSS file?
2. What does the 'z-index' property do?
3. What does 'justify-content' do in Flexbox?
4. How do you display a border like this: The top border = 10px, the bottom border = 5px, the left border = 20px, and the right border = 1px?
5. Which CSS property controls the text size?
6. Which property allows you to hide an element but keep its space?
7. How do you group selectors?
8. How do you make each word in a text start with a capital letter?
9. What is the correct CSS syntax for making all the <p> elements bold?
10. Which CSS property is used to change the text color of an element?
11. Which property is used to rotate an element?
12. How do you define a CSS variable?
13. Which property defines the space between cells in a CSS Grid?
14. What is the correct CSS syntax to add a shadow to a box?
15. Which property is used to change the list style to a square?
16. How do you make the text bold?
17. How do you select an element with id 'demo'?
18. How do you display hyperlinks without an underline?
19. Which property prevents text from being selected?
20. Which property is used to change the background color?