Book Image

Responsive Web Design by Example : Beginner's Guide

By : Thoriq Firdaus
Book Image

Responsive Web Design by Example : Beginner's Guide

By: Thoriq Firdaus

Overview of this book

Table of Contents (16 chapters)
Responsive Web Design by Example Beginner's Guide Second Edition
Credits
About the Author
About the Reviewers
www.PacktPub.com
Preface
Index

Summary


This chapter effectively started off our third project. In this project, we use Foundation to build a website for a start-up company. We walked through the Foundation features and adopted some of them into the website. We only added the website's HTML structure in this chapter though. The website, at this point, still looks plain and white. We have to compose the styles to define what the website looks and feels like, which is exactly what we will do in the next chapter.

We will compose the website styles using Sass, the CSS preprocessor that also defined the Foundation basic styles. Hence, at the beginning of the next chapter, first, we will learn to use Sass variable, mixins, functions, and other Sass features before we write the website styles.

It looks like there is still a lot of work left to do in order to accomplish this project. So, without further ado, let's move on to the next chapter.