css:outline_html/css_WEB-ITnose

WBOY
Release: 2016-06-24 11:34:00
Original
1256 people have browsed it

<!DOCTYPE html><html lang="en" xmlns="http://www.w3.org/1999/xhtml"><head>    <meta charset="utf-8" />    <title></title>    <style type="text/css">        .box {            width: 500px;            height: 300px;            outline: dashed #0082cb;            border: 1px solid red;        }    </style>    </head><body>    <div class="box">        ontline-style:dashed:定义点状的轮廓;                      solid                     double                    groove:定义3D凹槽轮廓,此效果取决于outline-width的值                    ridge:定义3D凹槽轮廓,此效果取决于outline-color值                    inset:定义3D凹边轮廓,此效果取决于outline-color的值;                    outset:定义3D凹边轮廓,此效果取决于outline-color的值;                    inherit:继承;        ooutline-color;outline-width;    </div></body></html>
Copy after login

  

 

 

ontline-style:dashed:定义点状的轮廓; solid double groove:定义3D凹槽轮廓,此效果取决于outline-width的值 ridge:定义3D凹槽轮廓,此效果取决于outline-color值 inset:定义3D凹边轮廓,此效果取决于outline-color的值; outset:定义3D凹边轮廓,此效果取决于outline-color的值; inherit:继承; ooutline-color;outline-width;

Related labels:
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
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template