August 2016
Intermediate to advanced
376 pages
6h 33m
English
We will show two ways to customize our blog: one superficial, changing only the stylesheet, and a deeper one, changing all the page's markup.
For the stylesheet changes, we are using the http://bootswatch.com/ free Bootstrap themes.
The bootstrap framework is very flexible for this; we will use a theme called the superhero.
// Core variables and mixins @import "bootstrap/_theme_variables"; @import "bootstrap/mixins"; ...
Read now
Unlock full access