Correct Answer: pause-before will be set to 40 seconds and pause-after will be set to 60 seconds.
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
Which of the given options is/are equivalent to the following rule? DIV { line-height: 1.2; font-size: 10pt }
For the clear property, which value is not valid?
What will happen if the cursor property value is set to none?
Consider the following code and say what will happen if you click on More? @media print { .footnote { float: footnote; content: target-move(attr(href, url)) } .marker { display: none } } HTML code: John was a great writer [More]. ...
[More] Great poet too.
What will happen if the value of the transform-style property is set to flat and the element has children?
margin-top:30px; Here:
What tag would you use to make an internal style sheet on your HTML document?
When making an animation in CSS3, can the image change color as it moves or does it have to wait till it makes destination?
How would you make the background color of all the divs on a page blue?
In this order, content, padding, border, margin, these best represent _____