You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

23 lines
1.2 KiB

# Morning Exercise
## CSS Frameworks
![CSS No Framework](http://i.imgur.com/mJlDA4r.png)
![CSS Framework](http://i.imgur.com/CLqJcUm.png)
We're going to be looking at some popular CSS frameworks. A CSS framework can save you time for styling applications. A framework is really just a stylesheet that has been designed by someone else that you are implimenting into your code. You can make changes to the styles using your own stylesheet. You can use them to snazz up your projects, but we also want you to be familiar with them because, a lot of times when you jump into a company that has a pre-existing codebase, you will encounter the use of a CSS framework.
Some frameworks that we will be looking at today:
[Skeleton](http://getskeleton.com/)<br>
_Lightweight framework that has a nice, simple grid system._
[Bootstrap](http://getbootstrap.com/)<br>
_Probably the most popular framework out there right now. Originally created by some guys who were working at Twitter._
[Materialize](http://materializecss.com/)<br>
_This framework is difficult to manipulate, but I like it for the parralax and the cards._
[Pure CSS](http://purecss.io/)<br>
_Similar to skeleton, this is a light framework with a grid system and responsive design._