Home > Web Front-end > HTML Tutorial > css defines div rounded shadow border_html/css_WEB-ITnose

css defines div rounded shadow border_html/css_WEB-ITnose

WBOY
Release: 2016-06-24 12:26:58
Original
977 people have browsed it

2013-11-01

Set the rounded border of the div

Let me show you a picture first

1. First download the Pie file and download the Pie.js file at http://css3pie.com/. It is best not to delete the files inside. I used it directly

2. Then go to hmtl Code bar

  

111111111111111

 CSS style:

  

<style type="text/css" >div{border: 1px solid #cccccc;padding:250px 0;text-align: center; width: 200px;-webkit-border-radius: 8px;-moz-border-radius: 8px;border-radius: 8px;-webkit-box-shadow: #666 0px 0px 10px;-moz-box-shadow: #666 0px 0px 10px;box-shadow: #666 0px 0px 10px;background:white;behavior:url(pie/PIE.htc);}</style>
Copy after login


 

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