CSS naming conventions (rules) worth collecting Commonly used CSS naming rules

CSS naming conventions (rules) worth collecting Commonly used CSS naming rules

CSS naming conventions (rules) Commonly used CSS naming rules

Header: header
Content: content/container
footer
Navigation: nav
Sidebar: sidebar
Column: column
The page periphery controls the overall layout width: wrapper
Left right center
Login bar: loginbar
Logo: logo
Advertisement: banner
Page body: main
Hot spot: hot
News: news
Download: download
Sub-navigation: subnav
Menu: menu
Submenu: submenu
Search: search
Friend link: friendlink
Footer: footer
Copyright: copyright
Scroll: scroll
Content: content
Tags: tags
Article list: list
Prompt message: msg
Tips:
Column title: title
Join: joinus
Guide: guide
Service: service
Registration: regsiter
Status: status
Voting: vote
Partner: partner

How to write comments:
/* Header */
Content Area
/* End Header */

Id naming:

1) Page structure

container
Header: header
Content: content/container
Page body: main
Footer: footer
Navigation: nav
Sidebar: sidebar
Column: column
The page periphery controls the overall layout width: wrapper
Left right center

(2) Navigation

Navigation: nav
Main navigation: mainnav
Sub-navigation: subnav
Top navigation: topnav
Side navigation: sidebar
Left navigation: leftsidebar
Right navigation: rightsidebar
Menu: menu
Submenu: submenu
Title: title
summary: summary

(3) Function

Logo: logo
Advertisement: banner
Login: login
Login bar: loginbar
Register: register
Search: search
Functional area: shop
Title: title
Join: joinus
Status: status
Button: btn
Scroll: scroll
Tab: tab
Article list: list
Prompt message: msg
current: current
Tips:
Icon: icon
Note:
Guide: guild
Service: service
Hot spot: hot
News: news
Download: download
Voting: vote
Partner: partner
Friendly links: link
Copyright: copyright

Note::

1. All lowercase;
2. Use English as much as possible;
3. No horizontal or underline;
4. Try not to abbreviate unless the word is clear at first glance.

CSS style sheet file naming

Main master.css
module.css
Basic shared base.css
Layout, layout layout.css
themethemes.css
columns.css
textfont.css
forms.css
Patch mend.css
Printprint.css

Summarize

The above is the CSS naming specifications (rules) and commonly used CSS naming rules introduced by the editor. I hope it will be helpful to everyone. If you have any questions, please leave me a message and the editor will reply to you in time. I would also like to thank everyone for their support of the 123WORDPRESS.COM website!

<<:  mysql5.7 remote access settings

>>:  IE8 Developer Tools Menu Explanation

Recommend

Detailed explanation of MySQL 5.7.9 shutdown syntax example

mysql-5.7.9 finally provides shutdown syntax: Pre...

How to implement adaptive container with equal aspect ratio using CSS

When developing a mobile page recently, I encount...

The easiest way to debug stored procedures in Mysql

A colleague once told me to use a temporary table...

hr horizontal line style example code

Copy code The code is as follows: <hr style=&q...

Things to note when writing self-closing XHTML tags

The img tag in XHTML should be written like this:...

base target="" controls the link's target open frame

<base target=_blank> changes the target fram...

Summary of common docker commands (recommended)

1. Summary: In general, they can be divided into ...

HTML Tutorial: Definition List

<br />Original text: http://andymao.com/andy...

Vue3 Vue CLI multi-environment configuration

Table of contents 1. Introduction 2. Switching 1....

Why is IE6 used by the most people?

First and foremost, I am a web designer. To be mor...

Practical record of Vue3 combined with TypeScript project development

Table of contents Overview 1. Compositon API 1. W...

Zabbix monitors Linux hosts based on snmp

Preface: The Linux host is relatively easy to han...

MySQL 8.0.18 adds users to the database and grants permissions

1. It is preferred to use the root user to log in...