What is the use of the outline-offset property in CSS?
- It adjusts the spacing between the outline and the border of an element.
- It controls the width of the outline for a focused element.
- It determines the position of the outline relative to the margin of an element.
- It sets the outline color of an element.
The outline-offset property specifies the space between an element's border and its outline. It is used to create space between the border and the outline of an element.
Loading...
Related Quiz
- The concept of ________ involves loading only the CSS necessary for the currently viewed content or page layout.
- Which CSS property is used to change the text color of an element?
- Which property in CSS determines the space outside an element?
- What is the main limitation of CSS Variables when compared to SASS Variables in terms of preprocessing?
- What is the impact of CSS on the browser's Critical Rendering Path?