From 4969872c5db5ff5fb554d823147ebd40b3e7037d Mon Sep 17 00:00:00 2001 From: waffles517 <32596991+waffles517@users.noreply.github.com> Date: Sun, 28 Oct 2018 17:55:00 -0500 Subject: [PATCH] Fix formatting for list, add relevant link (#20482) --- guide/english/css/css-frameworks/index.md | 19 ++++++++++--------- 1 file changed, 10 insertions(+), 9 deletions(-) diff --git a/guide/english/css/css-frameworks/index.md b/guide/english/css/css-frameworks/index.md index ffc44ad35a..59853b455d 100644 --- a/guide/english/css/css-frameworks/index.md +++ b/guide/english/css/css-frameworks/index.md @@ -7,15 +7,15 @@ CSS frameworks are designed to simplify the work of the typesetter, eliminate er Advantages of CSS frameworks: - * Cross-browser compatibility - * Ability to create the correct HTML layout even for a not very experienced specialist. - * Code uniformity - * Increase development speed +* Cross-browser compatibility +* Ability to create the correct HTML layout even for a not very experienced specialist. +* Code uniformity +* Increase development speed Minuses: - * Attachment to CSS style library - * Redundant code + * Attachment to CSS style library + * Redundant code ## Bootstrap @@ -40,7 +40,8 @@ Common CSS framework. Along with other main elements includes several HTML templ Support for Firefox, Chrome, Safari, Internet Explorer, Android 4, Blackberry10. Contains a large number of components: icons, images, labels, menus and other standard components. It supports the latest versions of HTML and CSS and has a good selection of script modules and APIs. Uses Less. On applicability competes with bootstrap. - - - Each task has its own tool. A good step would be to try the framework and understand “your” it or not. You can use the skeletons of the code presented in the frameworks as a cheat sheet and just take solutions and code from there. + +## More information +A beginner's guide to CSS frameworks +