--- title: CSS Framework Foundation --- # CSS Framework Foundation [Foundation](http://foundation.zurb.com/) is an open-source, mobile first CSS framework created by [Zurb](https://zurb.com/). ## Getting Started Here is a simple HTML template which includes the latest compiled and minified CSS and Javascript for the Foundation library. ```html Foundation Template

Hello World

``` This example makes use of a CDN that loads the default settings. If you'd like to customize the grid layout, change the colors or add and remove components you can do so on the Foundation [download](http://foundation.zurb.com/sites/download/) page. #### Learning Resources 1. [Foundation Documentation](http://foundation.zurb.com/sites/docs/) 1. [List of Foundation Tutorials](https://github.com/zurb/foundation-sites) 1. [Foundation Source Files on GitHub](http://foundation.zurb.com/learn/tutorials.html) 1. [DevTips YouTube Series on Foundation Grid](https://www.youtube.com/playlist?list=PLqGj3iMvMa4LJo_lBMTJwAlQRElulSeL8)