PureCSS layout grid and menu
<head>
//these 2 first are for the PureCSS and responsive grid modules
<link rel="stylesheet" href="https://unpkg.com/purecss@2.1.0/build/pure-min.css" integrity="sha384-yHIFVG6ClnONEA5yB5DJXfW2/KC173DIQrYoZMEtBvGzmf0PKiGyNEqe9N6BNDBH" crossorigin="anonymous">
<link rel="stylesheet" href="https://unpkg.com/purecss@2.1.0/build/grids-responsive-min.css">
//we also need to include minimize.css and viewpoint for the zoom
<link rel="stylesheet" href="https://unpkg.com/purecss@1.0.1/build/base-min.css">
<meta name="viewport" content="width=device-width, initial-scale=1">
</head>
//in the terminal we
$ npm install purecss --save
//to load the project
require('purecss')
Menu and forms
Button, checkbox, and Tables
Menus and dropdowns
PreviousCSS 2: Flex, flex page layout and background-imageNextBoostrap 1 Modal, Pagination, form layout and input component
Last updated