Home > Internet Programming > Quizzes > CSS 3 Fundamentals Test
CSS 3 Fundamentals Test
Fast practice, instant feedback. Timer auto-submits when time’s up.
Avg score: 41% Most missed: “Which of these properties does not exist?”
CSS 3 Fundamentals Test
Time left 00:00
25 Questions

1. How can you apply a 'bounce' effect to an element?
2. To change the state of a selector you must change its:
3. Using CSS3 you can create multi-colored:
4. Before using CSS3 declarations it is important to:
5. Can you make text seem hollow with CSS3?
6. Before you can use CSS3 you must first add a:
7. Can you expand the width of an element with a hover action in transitions in CSS3 or only other elements?
8. True or False? Round corners were supported before CSS3
9. To have a box-shadow inside of the div use:
10. In HTML5 - how can you visually center this
hi
?
11. If there is not enough room for a float on a line it is:
12. li:nth-child(2n+1) { background-color: rgba(225 - 0 - 30 - 0.8); } This code will:
13. Which of the following represents correct CSS shorthand for setting font family - font size - line-height and font weight for an element?
14. Using li:nth-child(odd) will:
15. To debug for Section 508 compliance you may want to check that all images contain alt tags. To do this you use:
16. To turn text into all uppercase - use:
17. Which of the following is NOT a feature of CSS3:
18. Is this code written correctly?: span[hello='Cleveland'] - [goodbye='Columbus'] { color: blue; }
19. Webkit has it's own prefix and works in:
20. What is the syntax of opacity in CSS3?
21. When using multiple images on a background you must also set the _____ for both.
22. If the same property is styled at the beginning and at the end of a stylesheet...
23. What is the correct syntax of wrapping of the word in CSS3?
24. Which of these is not a valid CSS3 color value?
25. True or False: In CSS3 - one can add multiple background images.