Update index.md (#33264)

I have added links to each of the popular CSS frameworks mentioned in the index.md file.
This commit is contained in:
mvtej
2018-12-09 21:58:06 +05:30
committed by Tom
parent 1a12a567a0
commit 0924a5ed34

View File

@ -46,25 +46,25 @@ We use the `<style>` and `</style>` tags to define the CSS in the HTML file.
### Popular CSS Frameworks 2018
Frameworks exist to make the more complex parts of css easier and more efficient for developers to build out websites. They also allow the developer to have more flexibility as well as additional features to produce amazing results.
Some of the most popular CSS Frameworks are:
Bootstrap, Foundation, Bulma, uikit, Semantic UI, mini.css, Materialize, Material Design Lite, Spectre and Kube.
* [Bootstrap](https://getbootstrap.com/)
* [Foundation](https://foundation.zurb.com/sites/docs/v/5.5.3/css.html)
* [Bulma](https://bulma.io/)
* [uikit](https://getuikit.com/)
* [Semantic UI](https://semantic-ui.com/)
* [mini.css](https://minicss.org/)
* [Materialize](https://materializecss.com/)
* [Material Design Lite](https://getmdl.io/)
* [Spectre](https://picturepan2.github.io/spectre/)
* [Kube](https://imperavi.com/kube/)
### Suggested Reading:
* [Introduction to Basic CSS](https://learn.freecodecamp.org/responsive-web-design/basic-css) by freeCodeCamp: a good place to start!
* [Starting with HTML + CSS](https://www.w3.org/Style/Examples/011/firstcss) by W3C: how to create a style sheet - for beginners.
* [CSS Zen Garden](http://www.csszengarden.com/): a great example of how the same HTML can be styled to look totally unique.
* [Jon Duckett's book on HTML and CSS](https://www.amazon.com/HTML-CSS-Design-Build-Websites/dp/1118008189) could be an exellent start for the ones who wish to explore the topic to it's great depth with some amazing examples.
* [The Odin Project](https://www.theodinproject.com/courses/html5-and-css3) features a full course on using CSS alongside HTML.
* [Species In Pieces](http://species-in-pieces.com/#): for a demonstration of the power of CSS.
* [CSS-Tricks](https://css-tricks.com): awesome articles and summaries of Front End Development-related ideas.
* [MDN Web Docs for CSS](https://developer.mozilla.org/en-US/docs/Web/CSS) for more resources for developers, BY developers!
* [CSS reference](https://cssreference.io/) to help you along the way if you're unsure about a property. A great tool for helping visualize what each CSS property does.
* [CSS-Tricks](https://css-tricks.com) Tips and tricks for working with CSS