diff --git a/guide/english/css/index.md b/guide/english/css/index.md index 96c0470e60..20077ae1d5 100644 --- a/guide/english/css/index.md +++ b/guide/english/css/index.md @@ -14,6 +14,11 @@ You can build some pretty amazing things in CSS alone, such as this pure-CSS [Mi ![Minesweeper clone in CSS](https://cdn-images-1.medium.com/max/800/1*GFcKk9KxqHAnWa1ECcKDOQ.png) +### Popular CSS Frameworks 2018 +Frameworks exist to make the more complex parts of css easier and more efficient for developers to build out websites. +Some of the most popular CSS Frameworks are: +Bootstrap, Foundation, Bulma, uikit, Semantic UI, mini.css, Materialize, Material Design Lite, Spectre and Kube + #### Suggested Reading: A good start is the freeCodeCamp curriculum [Introduction to Basic CSS](https://learn.freecodecamp.org/responsive-web-design/basic-css).