Home >Web Front-end >HTML Tutorial >Css基本样式――――轮廓_html/css_WEB-ITnose

Css基本样式――――轮廓_html/css_WEB-ITnose

WBOY
WBOYOriginal
2016-06-24 11:18:27822browse

一、轮廓主要是用来突出元素的作用

二、属性

    outline        设置轮廓的属性

    outline-color        设置轮廓的颜色

    outline-style        设置轮廓的样式

    outline-width        设置轮廓的宽度

p{    outline-style: groove;    outline-color: aqua;    outline-width: 20px;}

在outline-style中

    groove    实线

    double    双实线

    dotted    虚线

Statement:
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