Border-image in css style, cssborder-image

Source: Internet
Author: User
Tags border image

Border-image in css style, cssborder-image
[None | <image>]

 div {   border: 20px solid #000;   border-image-source: url(border.png);}
Border-image-slice attribute: The image border is offset inwards [<number> | <percentage> )? Fill
 div {   border: 20px solid #000;   border-image-source: url(border.png);   border-image-slice: 27,27,27,27;}
Border-image-width attribute sets the border width of an image [<length> | <number> | <percentage> | auto)
 div {   border: 20px solid #000;   border-image-source: url(border.png);   border-image-slice: 27,27,27,27;   border-image-width: 27px 1 10% 27px;}
Border-image-outset attribute setting the number of border image regions beyond the border [<length >|< number>)
 div {   border: 20px solid #000;   border-image-source: url(border.png);   border-image-slice: 27,27,27,27;   border-image-width: 27px 1 10% 27px;   border-image-outset: 27px 27px 27px 27px;}
The border-image-repeat attribute sets whether the image border should be repeated, rounded, or stretched)
 div {   border: 20px solid #000;   border-image-source: url(border.png);   border-image-slice: 27,27,27,27;   border-image-width: 27px 1 10% 27px;   border-image-outset: 27px 27px 27px 27px;   border-image-repeat: rounded;   border-image: url(border.png) 27  rounded;}

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.