Skip to content

Latest commit

 

History

History
22 lines (14 loc) · 985 Bytes

File metadata and controls

22 lines (14 loc) · 985 Bytes

CSS Grid vs Flexbox Presentation (using reveal.js) Build Status Slides

The purpose of this presentation is to teach:

  • The differences between CSS Grid and Flexbox
  • When to use CSS Grid and Flexbox
  • How to make basic layouts with CSS Grid and Flexbox

Demo: https://mandeed.github.io/css-grid-presentation/

Basic local setup

The core of reveal.js is very easy to install. You'll simply need to download a copy of this repository and open the index.html file directly in your browser.

  1. Download the latest version
  2. Unzip
  3. Open index.html in a browser to view it

License

MIT licensed

Copyright (C) 2020 Mandy Cox