InterviewSolution
Saved Bookmarks
| 1. |
Which of the following CSS3 property adds space between an outline and the edge or border of an element?(a) offset(b) outline(c) outline-offset(d) none of the mentionedThis question was addressed to me in an interview for internship.My doubt is from CSS3 Fundamentals, Transitions & Animations topic in portion CSS3 Fundamentals, Transitions & Animations of CSS |
|
Answer» CORRECT OPTION is (B) outline The EXPLANATION is: Self-explainatory. |
|