How to create the effect of closing the door and opening the door in CSS3

php中世界最好的语言
Release: 2017-11-24 10:42:03
Original
3299 people have browsed it

Today I will bring you a piece of example code. How to use CSS3 to create the effect of closing the door and opening the door. The attributes needed are border-width, border-style, etc., we Let’s take a look.

border-width: The width of the border thin

medium Default

Not commonly used

border-style:none No border = hidden (except for tables, used to resolve table border conflicts)

solid solid line style

dotted dotted

dashed dashed dashed line

double double line

border-color

:hex #fff transparent transparent

border: 1px solid #000; border-top: 1px solid #000;top border

border-top-width

border-top-style

          border-top-color

border-right:

border-bottom:

border-left:

css3 new attributes

border-image: Use pictures to fill the border

Border-image-source: The source of the image, path

Border-image-slice: How to divide the picture

          border-image-width: The width of the picture

              border-image-outset:      Image extension

             border-image-repeat:      Image repetition

Effect implementation code:



         
                   
                   
                   
         
Copy after login

The effect codes are the above. Friends who are interested can do it manually. For more exciting information, please pay attention to other related articles on the php Chinese website!

Related reading:

How to use margin 0 auto

What should you pay attention to when centering a div in HTML

How to use if comments in html

The above is the detailed content of How to create the effect of closing the door and opening the door in CSS3. For more information, please follow other related articles on the PHP Chinese website!

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
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!