Detailed analysis of Outlines in CSS

黄舟
Release: 2017-07-27 09:15:01
Original
1770 people have browsed it

Description:

A line drawn around the element, located outside the edge of the border, can highlight the element and does not occupy space.

In Not available under IE.

##outline Composite attribute outline:outline-color||outline-style||outline-width ##outline-color invert: default value, use the inverse color of the background color ##outline-style Set or retrieve the style of the line outline outside the object none:default value dashed:dotted outline outline-width Set or retrieve The width of the line outline outside the object medium:default.Default width thick:greater than the default width
Property Description Remarks
Sets or retrieves the line outline outside the object, and the outer outline (outline) is drawn on the border (border) The outside is not necessarily a rectangle
Settings Or retrieve the color of the line outline outside the object color: color
dotted:dotted outlinesolid:solid outline
double: Double-line outer contour
groove: Draw the 3D groove outer contour according to the value of outline-color
ridge: Draw the 3D convex groove outer contour according to the value of outline-color
inset: Draw the outer contour of the 3D groove according to the value of outline-color Draw a 3D concave outer contour based on the value of color
outset: Draw a 3D convex outer contour based on the value of outline-color


thin:less than the default widthlength:length


Example:

   无标题页  
111111111
222222222
333333333
444444444
555555555
666666666
Copy after login

The effect under Firefox

The above is the detailed content of Detailed analysis of Outlines in CSS. For more information, please follow other related articles on the PHP Chinese website!

Related labels:
css
source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!