border-radius: CSS3 rounded corners Ellipse corners: Syntax -border-radius: xx%; or 15px/100px; box-shadow: CSS3 box shadow border-image: Create a border using an image background-size: Customize the size of the background image background-origin: specifies the location area of the background image border-box padding-box content-box CSS3 allows multiple background images: background-image:url(img_flwr.gif),url(img_tree.gif); CSS3 Gradients linear-gradients: linear gradient Use transparency To add transparency, we use the rgba() function to define the color stops. The last argument in the rgba() function can be a value from 0 to 1 that defines the transparency of the color: 0 means completely transparent, 1 means completely opaque. radial-gradients: radial gradient text-shadow: text shadow word-wrap:break-word If a word is too long to overflow the text box, this tag forces a line break The above article on several CSS3 tag shorthands (recommended) is all the content that the editor shares with you. I hope it can give you a reference. I also hope that you will support 123WORDPRESS.COM. Original URL: http://www.cnblogs.com/zhouliang/archive/2016/07/06/5647213.html |
<<: The basic principles and detailed usage of viewport
>>: Use pure CSS to achieve scroll shadow effect
This article shares the specific code for impleme...
Table of contents Features Preservation strategy ...
Table of contents Preface Achieve results Code CS...
Table of contents Preface Prototype chain inherit...
Preface The simple understanding of MySQL permiss...
After the article "This Will Be a Revolution&...
<br />Reading is a very important part of th...
Deleting a table is not very common, especially f...
>>>>>Ubuntu installation and confi...
Introduction Closure is a very powerful feature i...
1. Create a new object using the Object.create() ...
Preface I have been summarizing my front-end know...
The docker exec command can execute commands in a...
1. Download MySQL Workbench Workbench is a graphi...
Table of contents 1. for loop: basic and simple 2...