diff --git a/guide/english/css/index.md b/guide/english/css/index.md index b7bb9044bd..96c0470e60 100644 --- a/guide/english/css/index.md +++ b/guide/english/css/index.md @@ -12,7 +12,7 @@ CSS specifications are maintained by the [World Wide Web Consortium (W3C)](https You can build some pretty amazing things in CSS alone, such as this pure-CSS [Minesweeper game](https://codepen.io/bali_balo/pen/BLJONk) (which uses no JavaScript). -![](https://cdn-images-1.medium.com/max/800/1*GFcKk9KxqHAnWa1ECcKDOQ.png) +![Minesweeper clone in CSS](https://cdn-images-1.medium.com/max/800/1*GFcKk9KxqHAnWa1ECcKDOQ.png) #### Suggested Reading: A good start is the freeCodeCamp curriculum [Introduction to Basic CSS](https://learn.freecodecamp.org/responsive-web-design/basic-css). @@ -22,3 +22,5 @@ Another suggestion for beginners is W3C's [Starting with HTML + CSS](https://www The site [CSS Zen Garden](http://www.csszengarden.com/) is a great example how the same html can be styled to look totally unique. For a demonstration of the power of CSS, check out [Species In Pieces](http://species-in-pieces.com/#). + +To find some awesome articles and summaries of Front End Development related ideas visit [CSS-Tricks](https://css-tricks.com)