Correct Answer: display:table
Explanation:
Note: This Question is unanswered, help us to find answer for this one
CSS 3 Skill Assessment
Your Skill Level: Poor
Retake Quizzes to improve it
More CSS 3 MCQ Questions
What would a:link be an example of?
li:nth-child(2n+1) { background-color: rgba(225, 0, 30, 0.8); } This code will:
Whether or not a browser accepts a styling is called:
Use _____ to spread out the letters of each word in a sentence.
Before using CSS3 declarations it is important to:
What is the default value of the transform property in CSS3?
Which option does NOT exist in media groups available in CSS3?
A/An___________ is defined with 'grid-columns', 'grid-rows' properties.
The sans-serif generic font-family is characterized by:
What effect does the following rule have? div { grid-rows: 4em (0.25em 1em); }