Before the advent of the CSS3, the effect of the fillet can be achieved by the picture or by the margin property, the traditional fillet generation scheme requires multiple images as the background pattern. After the appearance of CSS3, there is no need to waste time to make more than one picture, greatly reducing the workload, improve the performance of the page, improve the speed of loading pages, and increase the visual reliability. Now that CSS3 has so many advantages, we'll summarize the use of CSS3 rounded corners and rounded corners. You can learn about the CSS3 fillet in the Quick CSS3 Tutorial Chapter course CSS3 fillet and rounded border use knowledge 1. CSS3 Fillet Introduction and application Techniques adaptive ellipse and fillet construction, constructing a circle on a CSS simply set the Border-radius property value to half the length of the edge. Here we comprehensively introduce the properties of Border-radius, Border-radius is a shorthand property, its expansion is Border-top-left-radius, Border-top-right-radius,
1. Summary of the use of CSS3 rounded corners and rounded edges
Introduction: Before the advent of the CSS3, want to achieve the effect of rounded corners can be achieved through the picture or with the margin property, the traditional fillet generation scheme, need more than one picture as a background pattern. After the appearance of CSS3, there is no need to waste time to make more than one picture, greatly reducing the workload, improve the performance of the page, improve the speed of loading pages, and increase the visual reliability.
2. Summary of CSS Margin-left and margin-right usage methods
Summary: Generally in CSS styles, use the margin property to set margins. If you need only one side of the margin, you can use the unilateral margin property to set the value for the margin on the element's unilateral edge. Use the Margin-left property to set the left margin of the element. Use the Margin-right property to set the right margin of the element. They have a default value of 0.
3. Use the margin property of the CSS
Summary: The simplest way to set margins is to use the margin property. The margin property accepts any length unit, which can be pixels, inches, millimeters, or EM. Margin can be set to auto. A more common practice is to set the length value for the margin. The following declaration sets a 1/4-inch-wide gap on each edge of the H1 element:
4. How to use the margin property of CSS in page layout introduction
Summary: The margin property can determine the width of many HTML elements, so it can also play an important role in the layout, then we will look at the CSS margin properties in the page layout of the use of the introduction
5. Margin properties in CSS
Introduction: This article mainly introduces the deep understanding of CSS in the margin property (recommended), with a certain reference value, it is necessary to understand.
6. How to understand the margin property of the body _html/css_web-itnose
Introduction: How to understand the margin property of the body
7. Explanation of the margin attribute abbreviation in CSS _html/css_web-itnose
Description: Explanation of the margin attribute abbreviation in CSS
8. IE7 the Text-indent property into the margin property under Browser settings bug_html/css_web-itnose
Description: IE7 Browser Settings text-indent property becomes Margin property bug
9. CSS Margin Use example analysis
Summary: CSS margin is used to set the distance between object labels, for example, if you want to have a certain amount of space between the two div tags, we can use the CSS margin property to set. This article to the Code Farm introduction CSS margin use method and instance, need friends can refer to.
10. Define the border color of select-form effects
Introduction: How to define the border color of select to solve the idea: Learn the use of clip and margin properties, using their characteristics, it is easy to come to an answer.
"Related question and answer recommendation":
JavaScript-I have to have this div module margin property shows the 0px why there is a flesh-colored block