NEW
Font size
WorksheetsCSS Property Quiz 25/2/2026
Total questions: 12
Worksheet time: 6mins
Which property is used to set the horizontal alignment of text in CSS?
text-align
direction
horizontal-align
vertical-align
Which property is used to change the text color in CSS?
background-color
text-color
color
font-color
Which CSS property is used to set the background image of a webpage?
background
background-image
image-src
bg-image
Which property controls the size of text?
text-size
font-style
font-weight
font-size
What does the background-attachment property control?
The size of the background image
Whether the background image scrolls with the page or stay fixed
The color of the background image
The color of multiple background image
How do you align text to the center?
align: center
text-align: middle
text-align: center
center-text: yes;
Which property is used to underline text in CSS?
text-decoration: underline;
text-style: underline;
font-decoration: underline;
underline-text: true;
In box-shadow: 10px 10px 5px black;, what does the third value (5px) represent?
Horizontal shadow position
Vertical shadow position
Blur radius
Shadow color
What does text-transform: uppercase; do to text?
Converts all text to lowercase
Converts all text to uppercase
Capitalizes only the first letter of each word
Makes text bold
"A larger blur radius in box-shadow makes the shadow sharper."
Yes
No
"The text-align: center; property aligns text to the right."
Yes
No
"The text-indent property moves the first line of a paragraph to the right."
Yes
No
