diff --git a/guide/english/css/comments-in-css/index.md b/guide/english/css/comments-in-css/index.md index 9788b7a5e7..82e19f85c7 100644 --- a/guide/english/css/comments-in-css/index.md +++ b/guide/english/css/comments-in-css/index.md @@ -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).