Share CSS writing standards and order [recommended for everyone to use]

Share CSS writing standards and order [recommended for everyone to use]

CSS writing order

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

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

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

4. Background (background, border, etc.)

5. Others (animation, transition, etc.)

CSS Writing Standards

Using CSS Shorthand Properties

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

Remove the "0" before the decimal point

Summarize

The above is the CSS writing standards and order that I introduced to you. I hope it will be helpful to you. If you have any questions, please leave me a message and I will reply to you in time. I would also like to thank everyone for their support of the 123WORDPRESS.COM website!

<<:  Deepin20.1 system installs MySQL8.0.23 (super detailed MySQL8 installation tutorial)

>>:  Simple example of adding and removing HTML nodes

Recommend

How to change the Ali source in Ubuntu 20.04

Note that this article does not simply teach you ...

Vue implements a movable floating button

This article example shares the specific code of ...

How to make spaces have the same width in IE and FF?

body{font-size:12px; font-family:"宋体";}...

Typical cases of MySQL index failure

Table of contents Typical Cases Appendix: Common ...

A brief talk about JavaScript Sandbox

Preface: Speaking of sandboxes, our minds may ref...

Using CSS3 to achieve transition and animation effects

Why should we use CSS animation to replace JS ani...

Vue implements tree table

This article example shares the specific code of ...

Add crontab scheduled tasks to debian docker container

Now most of the Docker images are based on Debian...

Linux file/directory permissions and ownership management

1. Overview of file permissions and ownership 1. ...

Interaction in web design: A brief discussion on paging issues

Function: Jump to the previous page or the next p...

Detailed explanation of uniapp's global variable implementation

Preface This article summarizes some implementati...

Linux file and user management practice

1. Display the files or directories in the /etc d...

Detailed usage of Vue more filter widget

This article example shares the implementation me...