Home  >  Article  >  Web Front-end  >  Writing specifications and order in CSS practical projects

Writing specifications and order in CSS practical projects

php中世界最好的语言
php中世界最好的语言Original
2018-06-13 14:09:552062browse

This time I will bring you the writing specifications and order in CSS practical projects. What are the precautions for writing specifications and order in CSS practical projects? The following is a practical case, let’s take a look.

CSS writing order

1. Position attributes (position, top, right, z-index, display, float, etc.)

2. Size (width, height, padding, margin)

3. Text series (font, line-height, letter-spacing, color-text-align, etc.)

4. Background ( background, border, etc.)

5. Others (animation, transition, etc.)

CSS writing specifications

Use CSS abbreviation properties

Some CSS properties can be abbreviated, such as padding, margin, font, etc., which can simplify the code and improve the user's reading experience.

Remove the "0" before the decimal point

I believe you have mastered the method after reading the case in this article. For more exciting information, please pay attention to other related articles on the PHP Chinese website !

Recommended reading:

How to use JSON format to send POST requests

JS makes left and right list panning function

The above is the detailed content of Writing specifications and order in CSS practical projects. For more information, please follow other related articles on the PHP Chinese website!

Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn