If you are looking for software to use, go to Huajun Software Park! software release AI product list

Hello, if there is a need for software inclusion, please package the software and attach the software name, software introduction, software-related screenshots, software icon, soft copy, business license (if you do not have a business license, please provide the front and back of the corresponding developer ID card and a photo of yourself holding the ID card), and send it to email http://softwaredownload4.com/sbdm/user/login

Close >>

Send to email:news@onlinedown.net

Close >>

Location: Home pagePC softwareOther categoriesSoftware tutorial css3 reference manual
css3 reference manual

css3 reference manual Chinese version

QR code
  • Software licensing: free software
  • Software size: 0.36MB
  • Software rating:
  • Software type: Domestic software
  • Update time: 2024-12-30
  • Application platform: winall
  • Software language: Simplified Chinese
  • Edition: Chinese version

Download the service agreement at the bottom of the page

Software introduction Related topics FAQ Download address

Recommended for you:- CSS tools

Basic introduction
css3 reference manual paragraph first LOGO
CSS3.0 Reference Manual Chinese version. Suitable for learning and quick reference.


Introduction to css3 common properties
For example: Border-image version: CSS3
Inheritance: None
Syntax: border-image: none | <image> [ <number> | <percentage>]{1,4} [ / <border-width>{1,4} ]? [ stretch | repeat | round ]{0,2}

Related properties: border-image: border-top-image, border-right-image, border-bottom-image, border-left-image
border-corner-image: border-top-left-image, border-top-right-image, border-bottom-left-image, border-bottom-right-image

Value: none: Default value. No background image.
<image>: Specify a background image using an absolute or relative url address.
<number>: The border width is represented by a fixed pixel value.
<percentage>: Border width expressed as a percentage.
[ stretch | repeat | round ]: stretch | repeat | tile (where stretch is the default value.)

Description: Use the image as the boundary of the object.
When the table sets border-collapse to collapse, it is invalid.

FAQ

close