Free HTML5 & SASS Landing Template
Modern free landing page for SaaS software or app! Custom designed and developed.
Folder structure
css // output of compiled SASS
img
sass
|-- components // all components
|-- _base.scss // general styles
|-- _layout.scss // structuring components
|-- _typography.scss // type styles
|-- main.scss // importing all other files
index.html
How to use
Make sure you have node.js installed on your machine. Run npm start
in the root directory to startup the dev server.
How to build
This template compiles SASS to optimized CSS code. Run the command npm build:css
to create the compiled CSS.
Techniques
- HTML5 & CSS3 with animations
- BEM CSS conventions
- Independent components
- Fully responsive
- CSS Flexbox & Grid
- Pure CSS menu toggle
- Mobile first