CSS optimization code

Source: Internet
Author: User
OptimizationCode: Tips for abbreviations of CSS font attributes

(From: http://www.webwoo.net/bc/bencandy-38-20144-1.htm)
Code optimization: the abbreviation of the font attribute of the web page technology CSS, which helps reduce code and optimize CSS to make it more reasonable.

The CSS font attribute is used to control the font, color, and size of text. There are many font attributes. In general, we use abbreviations to generalize multiple attributes into a CSS code. This greatly reduces code and optimizes CSS files.

The following six common font attributes are available:

Font-style: font-style: italic;
Font-weight: font-weight: bold;
Font-size: font-size: 12px;
Line-Height: 150%;
Color: Set the text color (note that it is not font-color) such as: Color: red;
Font-family: font-family: "lucida Grande", verdana, lucida, Arial, Helvetica,, sans-serif;

The above attributes can be summarized in a row of font attributes. Note that the color attribute needs to be defined separately.

Font: italic bold 12px/150% "lucida Grande", verdana, lucida, Arial, Helvetica,, sans-serif ;}

In the above example, the font attribute is defined by a row, namely: font-style font-weight font-size line-height font-family, and the color setting text color needs to be defined separately.

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.