Skip to content

rallets/page-layout-css

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

page-layout-css

Playground for page layouts with css

Based on the Pluralsight course "Creating Page Layouts with CSS" by Paul Cheney.

This course will teach you the basics of mobile-first, responsive web design to build a multiple page website and how to incorporate design principles for web development.

  • layout-css: The shop responsive website using plain css (float, clearfix, 12-columns grid system)

  • layout-bootstrap: The shop responsive website using bootstrap (grid system, cards).

  • grid-with-flexbox: An example of a responsive grid system implemented using flexbox instead of float.

  • grid-with-sass: An example of a responsive grid system implemented via sass and flexbox.

NB. The sass files are compiled with a standalone sass preprocessor. If you want to update them you need to do it separatly as no tools are ready to use in these examples.