diff --git a/guide/russian/css/comments-in-css/index.md b/guide/russian/css/comments-in-css/index.md index f1d21a728c..0978a805ad 100644 --- a/guide/russian/css/comments-in-css/index.md +++ b/guide/russian/css/comments-in-css/index.md @@ -10,12 +10,12 @@ localeTitle: Комментарии в CSS ```css /* - This is - a multi-line - comment + Это + многострочный + комментарий */ - /* This is a single line comment*/ + /* Это комментарий для одной строки*/ .group:after { content: ""; display: table; @@ -78,4 +78,4 @@ h2 { font-size: 1.2em; font-family: «Ubuntu», serif; text-transform: верх * [Документация MDN](https://developer.mozilla.org/en-US/docs/Web/CSS/Comments) * [Комментарии CSS от Адама Робертса](https://www.sitepoint.com/css-comments/) -* [Советы по CSS](https://cssguidelin.es/#commenting) \ No newline at end of file +* [Советы по CSS](https://cssguidelin.es/#commenting)