Rectify layout errors (#23904)

to make it readable and understandable
This commit is contained in:
ninjahellokitty
2018-12-13 10:47:13 +08:00
committed by Tom
parent 9b444806fc
commit 85afde04e5

View File

@ -64,6 +64,7 @@ Here are a few exmples to get you started of CSS comments you can use in your da
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/****************************************************************************
1.0 - Reset */
@ -82,20 +83,14 @@ Here are a few exmples to get you started of CSS comments you can use in your da
/****************************************************************************
6.0 - Body */
/************************************************************************
5.1 - Sliders */
/************************************************************************
5.1 - Sliders */
/************************************************************************
5.2 - Imagery */
/************************************************************************
5.2 - Imagery */
/****************************************************************************
7.0 - Footer */
h2 {
font-size: 1.2em;
font-family: "Ubuntu", serif;
text-transform: uppercase;
}
```
Tip: Many code editors will comment a highlighted portion of text by typing `CMD + /` (Mac) or `CTRL + /` (Windows).