From b5b80070008d566f15cacd5ff90a6b790f35cf9d Mon Sep 17 00:00:00 2001 From: Kristyn Bryan Date: Tue, 31 May 2016 16:40:52 -0400 Subject: [PATCH] Create README.md --- unit_01/w03d04/morning_exercise/README.md | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 unit_01/w03d04/morning_exercise/README.md diff --git a/unit_01/w03d04/morning_exercise/README.md b/unit_01/w03d04/morning_exercise/README.md new file mode 100644 index 0000000..bc79682 --- /dev/null +++ b/unit_01/w03d04/morning_exercise/README.md @@ -0,0 +1,19 @@ +# Morning Exercise + +## CSS Frameworks + +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 in to a company and look at their code, you will encounter the use of a CSS framework. + +Some frameworks that we will be looking at today: + +[Skeleton](http://getskeleton.com/) +_Lightweight framework that has a nice, simple grid system_ + +[Bootstrap](http://getbootstrap.com/) +_Probably the most popular framework out there right now. Originally created by some guys who were working at Twitter_ + +[Materialize](http://materializecss.com/) +_This framework is difficult to manipulate, but I like it for the parralax and the cards_ + +[Pure CSS](http://purecss.io/) +_Similar to skeleton, this is a light framework with a grid system and responsive design_