August 2016
Intermediate to advanced
376 pages
6h 33m
English
In all the chapters of this book, we will always use the most up to date technologies, as we have seen in previous chapters with the use of the new Bootstrap (Alpha Release).
In this chapter in particular, we will use a design pattern known as Material Design.
You can read more about the design material at https://www.google.com/design/spec/material-design/introduction.html.
For this, we'll use a simple CSS framework called Materialize.css.
You can find more information about Materialize at this link: http://materializecss.com/.
app/views/layout.swig file with the following lines of code:<!doctype html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" ...